From b55fe24161ef60c7329494ab741263b9b01fe19c Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Mon, 2 Mar 2015 14:32:39 -0500 Subject: unittests fix code style --- unittests/st24_test.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'unittests/st24_test.cpp') diff --git a/unittests/st24_test.cpp b/unittests/st24_test.cpp index 89c7ffb1c..42fa07ae7 100644 --- a/unittests/st24_test.cpp +++ b/unittests/st24_test.cpp @@ -8,8 +8,9 @@ #include "gtest/gtest.h" -TEST(ST24Test, ST24) { - const char* filepath = "testdata/st24_data.txt"; +TEST(ST24Test, ST24) +{ + const char *filepath = "testdata/st24_data.txt"; warnx("loading data from: %s", filepath); -- cgit v1.2.3