From: Dr. Stephen Henson Date: Tue, 20 Jan 2015 18:49:04 +0000 (+0000) Subject: Test option -nc X-Git-Tag: OpenSSL_0_9_8-post-reformat~11 X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fopenssl.git;a=commitdiff_plain;h=7d3081c5aeb11c627816b819961b85ee9d9c6959 Test option -nc Add option -nc which sets COMMENTS=true but disables all indent comment reformatting options. Reviewed-by: Tim Hudson --- diff --git a/util/openssl-format-source b/util/openssl-format-source index 242c5ba81a..30d50f8b58 100755 --- a/util/openssl-format-source +++ b/util/openssl-format-source @@ -54,6 +54,8 @@ do -c) COMMENTS="true"; INDENT_ARGS="-fc1 -fca -cdb -sc"; continue;; + -nc) COMMENTS="true"; + continue;; esac fi