aboutsummaryrefslogtreecommitdiffstats
path: root/CommonLibs
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-01-09 15:09:31 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2018-01-09 15:26:49 +0100
commit82f83ced736b17c11f906a788895f906b42b1baa (patch)
treebc9fdff7fe852958c9256a3ac7d4a7f86da5dc37 /CommonLibs
parentcff4ed9b4c88db5e1698de5b9508d6a6682a8a26 (diff)
cosmetic: Remove trailing whitespace
Diffstat (limited to 'CommonLibs')
-rw-r--r--CommonLibs/LogTest.cpp3
-rw-r--r--CommonLibs/Makefile.am4
2 files changed, 1 insertions, 6 deletions
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
-
-