Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
chrchr-github committed Jul 12, 2024
1 parent 5a7d578 commit 9898ac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testsimplifytypedef.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3654,7 +3654,7 @@ class TestSimplifyTypedef : public TestFixture {
" case E::E0:\n"
" break;\n"
" }\n"
"}\n";
"}\n";
const char exp2[] = "enum E_t { E0 } ; "
"void f ( enum E_t e ) { "
"switch ( e ) { "
Expand Down

0 comments on commit 9898ac8

Please sign in to comment.