astyle formatting

This commit is contained in:
Daniel Marjamäki 2011-01-09 18:39:59 +01:00
parent 88abb32ddf
commit 0b0c46e373
1 changed files with 1 additions and 1 deletions

View File

@ -491,7 +491,7 @@ private:
ASSERT_EQUALS("; 16 ;", tokenizeAndStringify(";0x10;"));
ASSERT_EQUALS("; 16 ;", tokenizeAndStringify(";0X10;"));
}
// Ticket #2429: 0.125
void tokenize15()
{