Imported Upstream version 7.50.2
[platform/upstream/curl.git] / docs / examples / url2file.c
index 30a2ab0..39f84d6 100644 (file)
@@ -41,7 +41,7 @@ int main(int argc, char *argv[])
   static const char *pagefilename = "page.out";
   FILE *pagefile;
 
-  if(argc < 2 ) {
+  if(argc < 2) {
     printf("Usage: %s <URL>\n", argv[0]);
     return 1;
   }