From 0023dec5675457e7984c26fec9d4bb2ee3ba76b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Wed, 25 Jun 2014 06:20:04 +0200 Subject: [PATCH] runastyle: don't strip trailing spaces in cfg files. After a 'runastyle;git commit;git push', I get changes if I run runastyle again. [ci skip] --- runastyle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runastyle b/runastyle index e8e5dbf26..55b51f0d1 100755 --- a/runastyle +++ b/runastyle @@ -36,4 +36,4 @@ astyle $style $options --recursive "samples/*.cpp" # sed -i "s/\t/ /g" test/test*.cpp # strip useless whitespaces from config files -sed -i "s/\ $//" cfg/* +# sed -i "s/\ $//" cfg/*