diff --git a/lib/ftp.c b/lib/ftp.c
index 93414749748e73e33c9e3487c830481738e19521..6450a44e8ff22a940b99153bccf36dfd4cdf8550 100644
--- a/lib/ftp.c
+++ b/lib/ftp.c
@@ -636,8 +636,7 @@ CURLcode ftp_sendquote(struct connectdata *conn, struct curl_slist *quote)
     if (item->data) {
       FTPSENDF(conn, "%s", item->data);
 
-      nread = Curl_GetFTPResponse(
-                                  conn->data->state.buffer, conn, &ftpcode);
+      nread = Curl_GetFTPResponse(conn->data->state.buffer, conn, &ftpcode);
       if (nread < 0)
         return CURLE_OPERATION_TIMEOUTED;