aboutsummaryrefslogtreecommitdiff
path: root/lib/ssh.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2011-07-04 22:10:32 +0200
committerDaniel Stenberg <daniel@haxx.se>2011-07-04 22:10:32 +0200
commitb680fd180bf31dd29d84f43d91b6ee56e62d452f (patch)
tree9ff675d7149994cd88bab0618e03ef405e8753a7 /lib/ssh.c
parentdc97475dedb96b73e3688b216bac42b3084cadf0 (diff)
code style: space between close paren and open brace
Diffstat (limited to 'lib/ssh.c')
-rw-r--r--lib/ssh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssh.c b/lib/ssh.c
index 1c14b34d5..89bed4527 100644
--- a/lib/ssh.c
+++ b/lib/ssh.c
@@ -1581,7 +1581,7 @@ static CURLcode ssh_statemach_act(struct connectdata *conn, bool *block)
SEEK_SET);
}
- if(seekerr != CURL_SEEKFUNC_OK){
+ if(seekerr != CURL_SEEKFUNC_OK) {
if(seekerr != CURL_SEEKFUNC_CANTSEEK) {
failf(data, "Could not seek stream");