Commit 14d5666b authored by Paul's avatar Paul
Browse files

Add clang formatting

parent 2305ac81
...@@ -34,9 +34,9 @@ void test_shape4() ...@@ -34,9 +34,9 @@ void test_shape4()
EXPECT(s.bytes() == 100 * 32 * 8 * 8 * sizeof(float)); EXPECT(s.bytes() == 100 * 32 * 8 * 8 * sizeof(float));
} }
int main() { int main()
{
test_shape_assign(); test_shape_assign();
test_shape_default(); test_shape_default();
test_shape4(); test_shape4();
} }
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment