From 3f038a6bb2211040969fce94d6192a9c29f40ba6 Mon Sep 17 00:00:00 2001 From: Paul Date: Sun, 25 Jun 2023 12:27:32 -0500 Subject: [PATCH] Format --- test/testother.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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()); }