mirror of
https://github.com/curl/curl.git
synced 2026-07-26 19:17:22 +03:00
code style: space between close paren and open brace
This commit is contained in:
parent
dc97475ded
commit
b680fd180b
9 changed files with 28 additions and 29 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue