preprocessor: Style updates
This commit is contained in:
parent
eb8675ab76
commit
153487d504
|
@ -46,7 +46,7 @@ static char readChar(std::istream &istr)
|
|||
if ((char)istr.peek() == '\n')
|
||||
(void)istr.get();
|
||||
}
|
||||
|
||||
|
||||
return ch;
|
||||
}
|
||||
|
||||
|
|
|
@ -50,7 +50,7 @@ private:
|
|||
TEST_CASE(test4);
|
||||
TEST_CASE(test5);
|
||||
|
||||
TEST_CASE( newlines );
|
||||
TEST_CASE(newlines);
|
||||
|
||||
TEST_CASE(comments1);
|
||||
|
||||
|
|
Loading…
Reference in New Issue