Skip to content

Commit db17bda

Browse files
committed
Format code
Signed-off-by: yronglin <[email protected]>
1 parent 008844c commit db17bda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/Lex/Token.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ class Token {
8989
IsReinjected = 0x800, // A phase 4 token that was produced before and
9090
// re-added, e.g. via EnterTokenStream. Annotation
9191
// tokens are *not* reinjected.
92-
FirstPPToken = 0x1000, // This token is the first pp token in the
92+
FirstPPToken = 0x1000, // This token is the first pp token in the
9393
// translation unit.
9494
};
9595

0 commit comments

Comments
 (0)