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

@@ -17,4 +17,5 @@ astyle \
--lineend=linux \
--exclude=EASTL \
--add-brackets \
--max-code-length=120 \
$*