Skip to content

Commit b43d232

Browse files
Reformat
1 parent 342c864 commit b43d232

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/Basic/TokenKinds.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ inline bool isLiteral(TokenKind K) {
106106
isStringLiteral(K) || K == tok::header_name || K == tok::binary_data;
107107
assert(isInLiteralRange == isLiteralExplicit &&
108108
"TokenKind literals should be contiguous");
109-
#endif
109+
#endif
110110

111111
return isInLiteralRange;
112112
}

0 commit comments

Comments
 (0)