Skip to content

Commit be7e37d

Browse files
committed
fix format issue
1 parent 161d7b6 commit be7e37d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Lex/DependencyDirectivesScanner.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ static bool isQuoteCppDigitSeparator(const char *const Start,
419419
}
420420

421421
void Scanner::skipLine(const char *&First, const char *const End) {
422-
const char * const OldFirst = First;
422+
const char *const OldFirst = First;
423423
for (;;) {
424424
assert(First <= End);
425425
if (First == End)

0 commit comments

Comments
 (0)