From 6d649db5134567fb4e3bd83b92d85a69aecd5938 Mon Sep 17 00:00:00 2001 From: Fred Wright Date: Mon, 20 Feb 2017 20:12:44 -0800 Subject: Whitespace cleanups related to recent changes. --- libgps_core.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'libgps_core.c') diff --git a/libgps_core.c b/libgps_core.c index 54eb8c78..7df1c9a3 100644 --- a/libgps_core.c +++ b/libgps_core.c @@ -102,7 +102,9 @@ int gps_open(const char *host, #endif /* SOCKET_EXPORT_ENABLE */ #ifndef USES_HOST - (void)fprintf(stderr, "No methods available for connnecting to %s!\n", host); + (void)fprintf(stderr, + "No methods available for connnecting to %s!\n", + host); #endif /* USES_HOST */ #undef USES_HOST -- cgit v1.2.1