Revert "Updated Artistic Style from version 2.03 to 2.05"

This reverts commit b1329bfb40.
This commit is contained in:
Daniel Marjamäki 2014-11-20 14:19:53 +01:00
parent 4a2a4474c9
commit 9cbab3d8f1
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
# If project management wishes to take a newer astyle version into use # If project management wishes to take a newer astyle version into use
# just change this string to match the start of astyle version string. # just change this string to match the start of astyle version string.
ASTYLE_VERSION="Artistic Style Version 2.05" ASTYLE_VERSION="Artistic Style Version 2.03"
if [[ "`astyle --version 2>&1`" != ${ASTYLE_VERSION}* ]]; then if [[ "`astyle --version 2>&1`" != ${ASTYLE_VERSION}* ]]; then
echo "You should use: ${ASTYLE_VERSION}"; echo "You should use: ${ASTYLE_VERSION}";