code style: space between close paren and open brace

This commit is contained in:
Daniel Stenberg
2011-07-04 22:10:32 +02:00
parent dc97475ded
commit b680fd180b
9 changed files with 28 additions and 29 deletions

View File

@@ -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");