astyle formatting

This commit is contained in:
Daniel Marjamäki 2013-12-04 20:54:37 +01:00
parent 14a00046a3
commit f686cd6516
1 changed files with 1 additions and 1 deletions

View File

@ -1132,7 +1132,7 @@ private:
}
void removeCast14() { // const
// #5081
// #5081
ASSERT_EQUALS("( ! ( & s ) . a )", tokenizeAndStringify("(! ( (struct S const *) &s)->a)", true));
}