Imported Upstream version 7.53.1
[platform/upstream/curl.git] / docs / examples / postit2.c
index 67e685f..ef50a66 100644 (file)
@@ -101,7 +101,7 @@ int main(int argc, char *argv[])
     /* then cleanup the formpost chain */
     curl_formfree(formpost);
     /* free slist */
-    curl_slist_free_all (headerlist);
+    curl_slist_free_all(headerlist);
   }
   return 0;
 }