From 68085a73af5348e145ee8025f93351677b035dbc Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Tue, 20 Jan 2015 18:49:04 +0000 Subject: [PATCH] Test option -nc Add option -nc which sets COMMENTS=true but disables all indent comment reformatting options. Reviewed-by: Tim Hudson --- util/openssl-format-source | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.25.1