From 0de9f0dbbadb2c9ce78cac0777039db0579649f7 Mon Sep 17 00:00:00 2001 From: "Gary E. Miller" Date: Thu, 30 Apr 2015 13:49:45 -0700 Subject: A gaggle of whitespace gaffs. --- gpsdctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gpsdctl.c') 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) { -- cgit v1.2.1