From e2e64a87f10226ef23aa2b0be79f17a35c9a13bb Mon Sep 17 00:00:00 2001 From: Bernhard Gatzhammer Date: Thu, 12 Mar 2015 09:25:55 +0100 Subject: [PATCH] Improved code style by removing whitespaces at end of line EMBB-422 --- base_cpp/test/duration_test.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/base_cpp/test/duration_test.cc b/base_cpp/test/duration_test.cc index 48ad3f0..fb70d22 100644 --- a/base_cpp/test/duration_test.cc +++ b/base_cpp/test/duration_test.cc @@ -32,11 +32,11 @@ namespace test { DurationTest::DurationTest() { CreateUnit("Seconds").Add(&DurationTest::Test, this); - CreateUnit("Milliseconds").Add(&DurationTest::Test, + CreateUnit("Milliseconds").Add(&DurationTest::Test, this); - CreateUnit("Microseconds").Add(&DurationTest::Test, + CreateUnit("Microseconds").Add(&DurationTest::Test, this); - CreateUnit("Nanoseconds").Add(&DurationTest::Test, + CreateUnit("Nanoseconds").Add(&DurationTest::Test, this); } -- libgit2 0.26.0