]> WPIA git - cassiopeia.git/commitdiff
fmt: Source formatting for the Unit Tests
authorBenny Baumann <BenBE@geshi.org>
Thu, 22 Jan 2015 21:03:13 +0000 (22:03 +0100)
committerBenny Baumann <BenBE@geshi.org>
Sat, 24 Jan 2015 16:39:26 +0000 (17:39 +0100)
test/src/sanity.cpp

index 81851bb33b9eda7138604ee465decba2ae8c87a8..4c99b2232205ce874471eb62ee7f02a8f76ca901 100644 (file)
@@ -3,7 +3,6 @@
 
 #include <boost/test/unit_test.hpp>
 
-BOOST_AUTO_TEST_CASE(Foo)
-{
-    BOOST_REQUIRE(true);
+BOOST_AUTO_TEST_CASE( Foo ) {
+    BOOST_REQUIRE( true );
 }