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