]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
imap: Corrected spacing of trailing brace
authorSteve Holme <steve_holme@hotmail.com>
Sun, 24 Feb 2013 12:05:15 +0000 (12:05 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Sun, 24 Feb 2013 12:05:15 +0000 (12:05 +0000)
lib/imap.c

index 559ae0bbaa50c4564faef6c9e6589e1e5ed17a7c..ba1f6fd8bcf78eeaee50ca553b5b95a46d56ca02 100644 (file)
@@ -347,7 +347,7 @@ static bool imap_endofresp(struct connectdata *conn, char *line, size_t len,
     else {
       failf(conn->data, "Bad tagged response");
       *resp = -1;
-     }
+    }
 
     return TRUE;
   }