From 32c6985349ba134761f75a3f61814234d096a1df Mon Sep 17 00:00:00 2001 From: "Dr. Matthias St. Pierre" Date: Thu, 26 Apr 2018 13:57:14 +0200 Subject: Fix mixed indentation (and other whitespace issues) Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/6094) --- apps/spkac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/spkac.c') diff --git a/apps/spkac.c b/apps/spkac.c index 8ed9dd9281..f384af6eb6 100644 --- a/apps/spkac.c +++ b/apps/spkac.c @@ -98,7 +98,7 @@ int spkac_main(int argc, char **argv) case OPT_KEYFORM: if (!opt_format(opt_arg(), OPT_FMT_ANY, &keyformat)) goto opthelp; - break; + break; case OPT_CHALLENGE: challenge = opt_arg(); break; -- cgit v1.2.3