From 82f83ced736b17c11f906a788895f906b42b1baa Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Tue, 9 Jan 2018 15:09:31 +0100 Subject: cosmetic: Remove trailing whitespace Change-Id: I64c8dbad3fc42bcb8dd4ac9b16bbd9c59a0cf5d5 --- CommonLibs/LogTest.cpp | 3 --- CommonLibs/Makefile.am | 4 +--- 2 files changed, 1 insertion(+), 6 deletions(-) (limited to 'CommonLibs') diff --git a/CommonLibs/LogTest.cpp b/CommonLibs/LogTest.cpp index 20959a0..882707d 100644 --- a/CommonLibs/LogTest.cpp +++ b/CommonLibs/LogTest.cpp @@ -64,6 +64,3 @@ int main(int argc, char *argv[]) std::cout << "you should see ten lines with the numbers 10..19:" << std::endl; printAlarms(); } - - - diff --git a/CommonLibs/Makefile.am b/CommonLibs/Makefile.am index 18ec2f7..ed188d5 100644 --- a/CommonLibs/Makefile.am +++ b/CommonLibs/Makefile.am @@ -50,7 +50,7 @@ noinst_PROGRAMS = \ ConfigurationTest \ LogTest -# ReportingTest +# ReportingTest noinst_HEADERS = \ BitVector.h \ @@ -94,5 +94,3 @@ LogTest_SOURCES = LogTest.cpp LogTest_LDADD = libcommon.la $(SQLITE3_LIBS) MOSTLYCLEANFILES += testSource testDestination - - -- cgit v1.2.3