summaryrefslogtreecommitdiff
path: root/gps2udp.c
diff options
context:
space:
mode:
authorFred Wright <fw@fwright.net>2017-02-20 20:12:44 -0800
committerFred Wright <fw@fwright.net>2017-02-20 20:12:44 -0800
commit6d649db5134567fb4e3bd83b92d85a69aecd5938 (patch)
tree3b1d144dbcc70533d78c53a0ae12cbabc146f4e6 /gps2udp.c
parent602e64f2e55b4e4442a88e136a8749dd4d309017 (diff)
downloadgpsd-6d649db5134567fb4e3bd83b92d85a69aecd5938.tar.gz
Whitespace cleanups related to recent changes.
Diffstat (limited to 'gps2udp.c')
-rw-r--r--gps2udp.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/gps2udp.c b/gps2udp.c
index eb01eb90..12e190eb 100644
--- a/gps2udp.c
+++ b/gps2udp.c
@@ -164,7 +164,10 @@ static int open_udp(char **hostport)
remote[channel].sin_family = (sa_family_t)AF_INET;
hp = gethostbyname(hostname);
if (hp==NULL) {
- (void)fprintf(stderr, "gps2udp: syntax is [-u hostname:port] [%s] is not a valid hostname\n",hostname);
+ (void)fprintf(stderr,
+ "gps2udp: syntax is [-u hostname:port] [%s]"
+ " is not a valid hostname\n",
+ hostname);
return (-1);
}