From: Dr. Stephen Henson Date: Tue, 20 Jan 2015 18:49:04 +0000 (+0000) Subject: Test option -nc X-Git-Tag: master-pre-auto-reformat~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f8180c63ec2ed108b1e5a6845304924751e11468;p=openssl 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