Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
pfultz2 committed Jun 25, 2023
1 parent 85fde23 commit 3f038a6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/testother.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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());
}

Expand Down

0 comments on commit 3f038a6

Please sign in to comment.