preprocessor: Style updates

This commit is contained in:
Daniel Marjamäki 2009-01-12 06:43:56 +00:00
parent eb8675ab76
commit 153487d504
2 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ static char readChar(std::istream &istr)
if ((char)istr.peek() == '\n')
(void)istr.get();
}
return ch;
}

View File

@ -50,7 +50,7 @@ private:
TEST_CASE(test4);
TEST_CASE(test5);
TEST_CASE( newlines );
TEST_CASE(newlines);
TEST_CASE(comments1);