diff --git a/test/testother.cpp b/test/testother.cpp index 9082769aa9f..33fe01276e1 100644 --- a/test/testother.cpp +++ b/test/testother.cpp @@ -823,10 +823,10 @@ class TestOther : public TestFixture { // #11505 check("void f(uint16_t num, uint8_t radix) {\n" - " int c = num % radix;\n" - " num /= radix;\n" - " if (!num) {}\n" - "}\n"); + " int c = num % radix;\n" + " num /= radix;\n" + " if (!num) {}\n" + "}\n"); ASSERT_EQUALS("", errout.str()); }