From 700b814549c8c158c82466116cfc545b00f647c3 Mon Sep 17 00:00:00 2001 From: FdaSilvaYY Date: Thu, 28 Jul 2016 21:15:52 +0200 Subject: Fix some style issues... extra spacing and 80 cols Reviewed-by: Rich Salz Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/1366) --- apps/progs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/progs.h') diff --git a/apps/progs.h b/apps/progs.h index ac9d20804b..5f6f07f89d 100644 --- a/apps/progs.h +++ b/apps/progs.h @@ -18,7 +18,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; -- cgit v1.2.3