summaryrefslogtreecommitdiff
path: root/gpsdctl.c
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2015-04-30 13:49:45 -0700
committerGary E. Miller <gem@rellim.com>2015-04-30 13:49:45 -0700
commit0de9f0dbbadb2c9ce78cac0777039db0579649f7 (patch)
treebb17b17c8da684a5077dc8f7c43b099b100c7d4f /gpsdctl.c
parent7f67ff565a0e2e115f703964cd563229f9f828b3 (diff)
downloadgpsd-0de9f0dbbadb2c9ce78cac0777039db0579649f7.tar.gz
A gaggle of whitespace gaffs.
Diffstat (limited to 'gpsdctl.c')
-rw-r--r--gpsdctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpsdctl.c b/gpsdctl.c
index 21d27e44..cd794184 100644
--- a/gpsdctl.c
+++ b/gpsdctl.c
@@ -30,7 +30,7 @@ static int gpsd_control(char *action, char *argument)
int status;
(void)syslog(LOG_ERR, "gpsd_control(action=%s, arg=%s)", action, argument);
- if (access(control_socket, F_OK) == 0 &&
+ if (access(control_socket, F_OK) == 0 &&
(connect = netlib_localsocket(control_socket, SOCK_STREAM)) >= 0)
syslog(LOG_INFO, "reached a running gpsd");
else if (strcmp(action, "add") == 0) {