Skip to content

Commit 901fe95

Browse files
committed
Correct formating
1 parent 6ffb442 commit 901fe95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/load.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -461,8 +461,8 @@ class source
461461
return false;
462462
}
463463

464-
auto in_comment = false;
465-
auto in_string_literal = false;
464+
auto in_comment = false;
465+
auto in_string_literal = false;
466466
auto in_raw_string_literal = false;
467467
std::string d_char_sequence;
468468

0 commit comments

Comments
 (0)