summaryrefslogtreecommitdiff
path: root/test_gpsmm.cpp
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2012-09-07 06:24:26 -0400
committerEric S. Raymond <esr@thyrsus.com>2012-09-07 06:24:26 -0400
commit620f7445dcacfbb740c55a9e4b891593c3f94910 (patch)
treee092711dae9ac1af540a2e5469493f13303248c1 /test_gpsmm.cpp
parent76b2aaba9575d60230387555822b18ceeb07353a (diff)
downloadgpsd-620f7445dcacfbb740c55a9e4b891593c3f94910.tar.gz
Nuke trailing whitespace in C source.
Diffstat (limited to 'test_gpsmm.cpp')
-rw-r--r--test_gpsmm.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test_gpsmm.cpp b/test_gpsmm.cpp
index 88ab2e02..63596a36 100644
--- a/test_gpsmm.cpp
+++ b/test_gpsmm.cpp
@@ -13,7 +13,7 @@
using namespace std;
-/*
+/*
* We should get libgps_dump_state() from the client library, but
* scons has a bug; we can't get it to add -lgps to the link line,
* apparently because it doesn't honor parse_flags on a Program()
@@ -100,7 +100,7 @@ static void libgps_dump_state(struct gps_data_t *collect)
}
-int main(void)
+int main(void)
{
gpsmm gps_rec("localhost", DEFAULT_GPSD_PORT);