]> granicus.if.org Git - curl/commitdiff
ssh-libssh.c: please checksrc
authorDaniel Stenberg <daniel@haxx.se>
Mon, 4 Dec 2017 09:48:01 +0000 (10:48 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 4 Dec 2017 09:48:01 +0000 (10:48 +0100)
lib/ssh-libssh.c

index 23f28dca440b62cefa88d479085b9840a60b2f2f..942684a0b2e320af3c39b46e560fc9da1ffe0021 100644 (file)
@@ -998,7 +998,7 @@ static CURLcode myssh_statemach_act(struct connectdata *conn, bool *block)
         sshc->actualcode = CURLE_QUOTE_ERROR;
         break;
       }
-      else if (statvfs) {
+      else if(statvfs) {
         char *tmp = aprintf("statvfs:\n"
                             "f_bsize: %llu\n" "f_frsize: %llu\n"
                             "f_blocks: %llu\n" "f_bfree: %llu\n"