summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2015-01-20 18:49:04 +0000
committerMatt Caswell <matt@openssl.org>2015-01-22 09:37:48 +0000
commit68085a73af5348e145ee8025f93351677b035dbc (patch)
treedd93f8cdda403840d7cf4c930a762d24e17a7bc5
parentbc974f8b367fd1c90edb48680b99afae37e4dee0 (diff)
downloadopenssl-new-68085a73af5348e145ee8025f93351677b035dbc.tar.gz
Test option -nc
Add option -nc which sets COMMENTS=true but disables all indent comment reformatting options. Reviewed-by: Tim Hudson <tjh@openssl.org>
-rwxr-xr-xutil/openssl-format-source2
1 files changed, 2 insertions, 0 deletions
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