From 79972d52fca48304fa8a312e23214476dfcc048e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Sun, 13 Oct 2013 17:44:48 +0200 Subject: [PATCH] runastyle: archive has been removed --- runastyle | 3 --- 1 file changed, 3 deletions(-) diff --git a/runastyle b/runastyle index 5de50492d..d05ce6053 100755 --- a/runastyle +++ b/runastyle @@ -31,9 +31,6 @@ astyle $style $options tools/*.cpp astyle $style $options --recursive "samples/*.c" astyle $style $options --recursive "samples/*.cpp" -astyle $style $options htdocs/archive/*.c -astyle $style $options htdocs/archive/*.h - # Convert tabs to spaces.. even in strings # sed -i "s/\t/ /g" test/test*.cpp