Fix output text to avoid gratuitious git diff
[openssl.git] / apps / progs.pl
index 3ec16d54cb818f459573ab45bac5296452f4c871..21baf173cff9a4aa12339745320546c830f9c4eb 100644 (file)
@@ -48,7 +48,7 @@ typedef enum FUNC_TYPE {
 typedef struct function_st {
     FUNC_TYPE type;
     const char *name;
-    int (*func)(int argc,char *argv[]);
+    int (*func)(int argc, char *argv[]);
     const OPTIONS *help;
 } FUNCTION;