From 9cbab3d8f1fb18bd2edbeaaa37a2fb49d8f9a0c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Thu, 20 Nov 2014 14:19:53 +0100 Subject: [PATCH] Revert "Updated Artistic Style from version 2.03 to 2.05" This reverts commit b1329bfb406475bfc25e26a9b44dc33940e9eede. --- runastyle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runastyle b/runastyle index 9171c8f21..b52a8fffe 100755 --- a/runastyle +++ b/runastyle @@ -6,7 +6,7 @@ # If project management wishes to take a newer astyle version into use # 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 echo "You should use: ${ASTYLE_VERSION}";