Skip to content

Commit 50a1f28

Browse files
committed
run astyle
1 parent 485ff0b commit 50a1f28

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

lib/errorlogger.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ class Severity
9292

9393
/** inconclusive error */
9494
inconclusive_error,
95-
95+
9696
/** inconclusive warning */
9797
inconclusive_warning
9898
};

test/testerrorlogger.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ class TestErrorLogger : public TestFixture
165165
message += " <location file=\"foo.cpp\" line=\"5\"/>\n </error>";
166166
ASSERT_EQUALS(message, msg.toXML(false,2));
167167
}
168-
168+
169169
void InconclusiveXml()
170170
{
171171
// Location

test/testsimplifytokens.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2725,7 +2725,7 @@ class TestSimplifyTokens : public TestFixture
27252725
ASSERT_EQUALS("if ( 4 < a )", tok("if (14-2*5<a*4/(2*2))"));
27262726

27272727
ASSERT_EQUALS("( y / 2 - 2 )", tok("(y / 2 - 2)"));
2728-
ASSERT_EQUALS("( y % 2 - 2 )", tok("(y % 2 - 2)"));
2728+
ASSERT_EQUALS("( y % 2 - 2 )", tok("(y % 2 - 2)"));
27292729
}
27302730

27312731

0 commit comments

Comments
 (0)