Test option -nc

Add option -nc which sets COMMENTS=true but disables all indent comment
reformatting options.

Reviewed-by: Tim Hudson <tjh@openssl.org>
This commit is contained in:
Dr. Stephen Henson 2015-01-20 18:49:04 +00:00 committed by Matt Caswell
parent 319d5c7a58
commit defc825e9e

View file

@ -54,6 +54,8 @@ do
-c) COMMENTS="true";
INDENT_ARGS="-fc1 -fca -cdb -sc";
continue;;
-nc) COMMENTS="true";
continue;;
esac
fi