Fix output text to avoid gratuitious git diff
authorRich Salz <rsalz@openssl.org>
Thu, 4 Aug 2016 18:29:53 +0000 (14:29 -0400)
committerRich Salz <rsalz@openssl.org>
Thu, 4 Aug 2016 18:29:55 +0000 (14:29 -0400)
Reviewed-by: Richard Levitte <levitte@openssl.org>
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;