From f8180c63ec2ed108b1e5a6845304924751e11468 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.34.1