From f96af48ad82f1ddfab1402ca5c6eafd82af2b217 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Thu, 24 Aug 2017 01:09:12 +0100 Subject: Adding rules to clang-format. --- test/matrixtest.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'test/matrixtest.cpp') diff --git a/test/matrixtest.cpp b/test/matrixtest.cpp index d388948b..bbcbb440 100644 --- a/test/matrixtest.cpp +++ b/test/matrixtest.cpp @@ -47,7 +47,10 @@ int vectorDotProduct(const std::vector &vec_contents_f, return x; } -bool matrixMultiplication() { return false; } +bool matrixMultiplication() +{ + return false; +} // TESTS -- cgit