From f0b117023ea1e6f7b44bbe7f71c6eda3cc85718c Mon Sep 17 00:00:00 2001 From: Benny Baumann Date: Thu, 22 Jan 2015 22:03:13 +0100 Subject: [PATCH] fmt: Source formatting for the Unit Tests --- test/src/sanity.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/test/src/sanity.cpp b/test/src/sanity.cpp index 81851bb..4c99b22 100644 --- a/test/src/sanity.cpp +++ b/test/src/sanity.cpp @@ -3,7 +3,6 @@ #include -BOOST_AUTO_TEST_CASE(Foo) -{ - BOOST_REQUIRE(true); +BOOST_AUTO_TEST_CASE( Foo ) { + BOOST_REQUIRE( true ); } -- 2.47.3