From d9a0bf989c217697dd97ba3761127979e6b8369a Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Thu, 30 Jan 2014 13:59:38 +0000 Subject: [PATCH 1/1] indent all test files --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index e2d8fc2..33c5fb3 100644 --- a/test/Makefile +++ b/test/Makefile @@ -24,7 +24,7 @@ terse: $(MIKE) jasmine-node --noColor --captureExceptions --forceexit spec jsbeautifier jsb indent: - for i in ./spec/*.js ./js/*.js; do \ + for i in ./spec*/*.js ./js/*.js; do \ jsbeautifier -j $$i > $@.tmp && mv -f $@.tmp $$i; \ done -- 1.7.10.4