run astyle
This commit is contained in:
parent
485ff0b472
commit
50a1f28d86
|
@ -92,7 +92,7 @@ public:
|
|||
|
||||
/** inconclusive error */
|
||||
inconclusive_error,
|
||||
|
||||
|
||||
/** inconclusive warning */
|
||||
inconclusive_warning
|
||||
};
|
||||
|
|
|
@ -165,7 +165,7 @@ private:
|
|||
message += " <location file=\"foo.cpp\" line=\"5\"/>\n </error>";
|
||||
ASSERT_EQUALS(message, msg.toXML(false,2));
|
||||
}
|
||||
|
||||
|
||||
void InconclusiveXml()
|
||||
{
|
||||
// Location
|
||||
|
|
|
@ -2725,7 +2725,7 @@ private:
|
|||
ASSERT_EQUALS("if ( 4 < a )", tok("if (14-2*5<a*4/(2*2))"));
|
||||
|
||||
ASSERT_EQUALS("( y / 2 - 2 )", tok("(y / 2 - 2)"));
|
||||
ASSERT_EQUALS("( y % 2 - 2 )", tok("(y % 2 - 2)"));
|
||||
ASSERT_EQUALS("( y % 2 - 2 )", tok("(y % 2 - 2)"));
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue