summaryrefslogtreecommitdiff
path: root/libgpsmm.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 /libgpsmm.cpp
parent76b2aaba9575d60230387555822b18ceeb07353a (diff)
downloadgpsd-620f7445dcacfbb740c55a9e4b891593c3f94910.tar.gz
Nuke trailing whitespace in C source.
Diffstat (limited to 'libgpsmm.cpp')
-rw-r--r--libgpsmm.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/libgpsmm.cpp b/libgpsmm.cpp
index 8df9af98..d335ad43 100644
--- a/libgpsmm.cpp
+++ b/libgpsmm.cpp
@@ -11,7 +11,7 @@
#include "libgpsmm.h"
#include "gpsd_config.h"
-struct gps_data_t* gpsmm::gps_inner_open(const char *host, const char *port)
+struct gps_data_t* gpsmm::gps_inner_open(const char *host, const char *port)
{
const bool err = (gps_open(host, port, gps_state()) != 0);
if ( err ) {
@@ -24,7 +24,7 @@ struct gps_data_t* gpsmm::gps_inner_open(const char *host, const char *port)
}
}
-struct gps_data_t* gpsmm::stream(int flags)
+struct gps_data_t* gpsmm::stream(int flags)
{
if (to_user == NULL)
return NULL;
@@ -36,7 +36,7 @@ struct gps_data_t* gpsmm::stream(int flags)
}
}
-struct gps_data_t* gpsmm::send(const char *request)
+struct gps_data_t* gpsmm::send(const char *request)
{
if (gps_send(gps_state(),request)==-1) {
return NULL;