projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a5d775
)
Test option -nc
author
Dr. Stephen Henson
<steve@openssl.org>
Tue, 20 Jan 2015 18:49:04 +0000
(18:49 +0000)
committer
Matt Caswell
<matt@openssl.org>
Thu, 22 Jan 2015 09:52:05 +0000
(09:52 +0000)
Add option -nc which sets COMMENTS=true but disables all indent comment
reformatting options.
Reviewed-by: Tim Hudson <tjh@openssl.org>
util/openssl-format-source
patch
|
blob
|
history
diff --git
a/util/openssl-format-source
b/util/openssl-format-source
index 242c5ba81a6dab02a9c6aac8ceda6a8f4e15f676..30d50f8b589b73232f58fcad44843895a6323059 100755
(executable)
--- 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