summaryrefslogtreecommitdiff
path: root/gpspipe.c
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 /gpspipe.c
parent76b2aaba9575d60230387555822b18ceeb07353a (diff)
downloadgpsd-620f7445dcacfbb740c55a9e4b891593c3f94910.tar.gz
Nuke trailing whitespace in C source.
Diffstat (limited to 'gpspipe.c')
-rw-r--r--gpspipe.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/gpspipe.c b/gpspipe.c
index 4fdb0bf2..67103910 100644
--- a/gpspipe.c
+++ b/gpspipe.c
@@ -58,7 +58,7 @@ static int debug;
static void open_serial(char *device)
/* open the serial port and set it up */
{
- /*
+ /*
* Open modem device for reading and writing and not as controlling
* tty.
*/
@@ -93,9 +93,9 @@ static void usage(void)
{
(void)fprintf(stderr,
"Usage: gpspipe [OPTIONS] [server[:port[:device]]]\n\n"
- "-d Run as a daemon.\n"
+ "-d Run as a daemon.\n"
"-o [file] Write output to file.\n"
- "-h Show this help.\n"
+ "-h Show this help.\n"
"-r Dump raw NMEA.\n"
"-R Dump super-raw mode (GPS binary).\n"
"-w Dump gpsd native data.\n"
@@ -151,7 +151,7 @@ int main(int argc, char **argv)
break;
case 'r':
raw = true;
- /*
+ /*
* Yes, -r invokes NMEA mode rather than proper raw mode.
* This emulates the behavior under the old protocol.
*/