fix code style script: enforce max line width of 120 chars

This commit is contained in:
Thomas Gubler
2014-05-12 11:12:13 +02:00
parent c384dc993c
commit f169497e86

View File

@@ -16,5 +16,6 @@ astyle \
--ignore-exclude-errors-x \
--lineend=linux \
--exclude=EASTL \
--add-brackets \
--add-brackets \
--max-code-length=120 \
$*