diff --git a/src/preprocessor.cpp b/src/preprocessor.cpp index 2abff2248..215fbfe28 100644 --- a/src/preprocessor.cpp +++ b/src/preprocessor.cpp @@ -46,7 +46,7 @@ static char readChar(std::istream &istr) if ((char)istr.peek() == '\n') (void)istr.get(); } - + return ch; } diff --git a/test/testpreprocessor.cpp b/test/testpreprocessor.cpp index 4d6d78c65..7727b349b 100644 --- a/test/testpreprocessor.cpp +++ b/test/testpreprocessor.cpp @@ -50,7 +50,7 @@ private: TEST_CASE(test4); TEST_CASE(test5); - TEST_CASE( newlines ); + TEST_CASE(newlines); TEST_CASE(comments1);