]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
- coding style
authorArvin Schnell <aschnell@suse.de>
Tue, 2 Oct 2018 19:19:27 +0000 (21:19 +0200)
committerArvin Schnell <aschnell@suse.de>
Tue, 2 Oct 2018 19:19:27 +0000 (21:19 +0200)
testsuite/humanstring.cc

index 77a29f6c30f446dc06ca085bdb047f21bd792992..430a7407b79caa76d2694c587de806b98af8b67a 100644 (file)
@@ -4,7 +4,6 @@
 
 #include <boost/test/unit_test.hpp>
 
-#include <stdlib.h>
 #include <iostream>
 #include <locale>
 
@@ -28,7 +27,6 @@ test(const char* loc, unsigned long long size, int precision)
 }
 
 
-
 BOOST_AUTO_TEST_CASE(test_byte_to_humanstring)
 {
     BOOST_CHECK_EQUAL(test("en_GB.UTF-8", 0, 2), "0 B");