From 0467d9bea88251a3eefd907d1ad04b753509a74f Mon Sep 17 00:00:00 2001 From: Jez Higgins Date: Mon, 12 Nov 2012 22:26:43 +0000 Subject: [PATCH] whitespace --- tests/XSLT/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/XSLT/main.cpp b/tests/XSLT/main.cpp index 99965a73..6733f7fe 100755 --- a/tests/XSLT/main.cpp +++ b/tests/XSLT/main.cpp @@ -69,7 +69,7 @@ std::set parse_tests_to_run(int argc, const char* argv[]) else { if(std::string(argv[a]) == "-log") - ++a; // skip next + ++a; // skip next } // if ... return tests;