summaryrefslogtreecommitdiff
path: root/gpsmon.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-04-14 15:38:55 -0400
committerEric S. Raymond <esr@thyrsus.com>2010-04-14 15:38:55 -0400
commit9f03f20ed9970b0305555485241b74cb0607bb0f (patch)
treee5b29935080da3e896cfec4d2ece8b724d2751f5 /gpsmon.c
parent55efe96aff4eea8650a84571665cff70036bcc13 (diff)
downloadgpsd-9f03f20ed9970b0305555485241b74cb0607bb0f.tar.gz
Tweak some whitespace. All regression tests pass.
Diffstat (limited to 'gpsmon.c')
-rw-r--r--gpsmon.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gpsmon.c b/gpsmon.c
index fbf61c5b..9a1af498 100644
--- a/gpsmon.c
+++ b/gpsmon.c
@@ -699,8 +699,8 @@ int main(int argc, char **argv)
if ((*active)->driver->rate_switcher) {
int dfd = session.gpsdata.gps_fd;
session.gpsdata.gps_fd = controlfd;
- if ((*active)->driver->
- rate_switcher(&session, rate)) {
+ if ((*active)->
+ driver->rate_switcher(&session, rate)) {
monitor_dump_send();
} else
monitor_complain("Rate not supported.");