Skip to content

Commit

Permalink
Test option -nc
Browse files Browse the repository at this point in the history
Add option -nc which sets COMMENTS=true but disables all indent comment
reformatting options.

Reviewed-by: Tim Hudson <tjh@openssl.org>
  • Loading branch information
snhenson authored and mattcaswell committed Jan 22, 2015
1 parent 20728ad commit f8180c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions util/openssl-format-source
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ do
-c) COMMENTS="true";
INDENT_ARGS="-fc1 -fca -cdb -sc";
continue;;
-nc) COMMENTS="true";
continue;;
esac
fi

Expand Down

0 comments on commit f8180c6

Please sign in to comment.