summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2013-02-22 16:17:14 -0800
committerRuss Allbery <rra@stanford.edu>2013-02-22 16:50:42 -0800
commitc35d1c76a13245fe053f2a1dfa75820b8368e4f9 (patch)
tree3d40700153c15101a1ad478ac1f8a52d9c3c5dda /client
parent51c3c86d3ff2d4c0be736b67613da9dad4a284be (diff)
Some additional whitespace changes in remctl_open code
Change-Id: Ic1fb6d849ecd7a054bd6b572d9bfc6107bb4c840 Reviewed-on: https://gerrit.stanford.edu/811 Tested-by: Russ Allbery <rra@stanford.edu> Reviewed-by: Russ Allbery <rra@stanford.edu>
Diffstat (limited to 'client')
-rw-r--r--client/api.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/client/api.c b/client/api.c
index 5f4cbb7..27ae7b8 100644
--- a/client/api.c
+++ b/client/api.c
@@ -358,7 +358,6 @@ remctl_open(struct remctl *r, const char *host, unsigned short port,
if (fd == INVALID_SOCKET)
return false;
r->fd = fd;
-
return internal_open(r, host, principal);
}
@@ -387,7 +386,6 @@ remctl_open_addrinfo(struct remctl *r, const char *host,
return false;
}
r->fd = fd;
-
return internal_open(r, host, principal);
}