Skip to content

Commit 6cbce17

Browse files
committed
Fix formatting
1 parent 8a226f3 commit 6cbce17

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

test.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2481,9 +2481,9 @@ static void location12()
24812481
"/**//**/#/**//**/line/**//**/3/**//**/\"file.c\"/**/\n"
24822482
"__LINE__ __FILE__\n";
24832483
ASSERT_EQUALS("\n"
2484-
"#line 3 \"file.c\"\n"
2485-
"3 \"file.c\"",
2486-
preprocess(code));
2484+
"#line 3 \"file.c\"\n"
2485+
"3 \"file.c\"",
2486+
preprocess(code));
24872487
}
24882488

24892489
static void missingHeader1()

0 commit comments

Comments
 (0)