summaryrefslogtreecommitdiff
path: root/gpsdclient.h
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 /gpsdclient.h
parent76b2aaba9575d60230387555822b18ceeb07353a (diff)
downloadgpsd-620f7445dcacfbb740c55a9e4b891593c3f94910.tar.gz
Nuke trailing whitespace in C source.
Diffstat (limited to 'gpsdclient.h')
-rw-r--r--gpsdclient.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gpsdclient.h b/gpsdclient.h
index a3169586..2363f5a5 100644
--- a/gpsdclient.h
+++ b/gpsdclient.h
@@ -17,7 +17,7 @@ struct exportmethod_t
const char *description;
};
-struct fixsource_t
+struct fixsource_t
/* describe a data source */
{
char *spec; /* pointer to actual storage */
@@ -36,7 +36,7 @@ float true2magnetic(double, double, double);
extern /*@observer@*/ char *deg_to_str( enum deg_str_type type, double f);
-extern void gpsd_source_spec(/*@null@*/const char *fromstring,
+extern void gpsd_source_spec(/*@null@*/const char *fromstring,
/*@out@*/struct fixsource_t *source);
char *maidenhead(double n,double e);