Skip to content

Commit c6d4b64

Browse files
committed
More clang-format fixes
1 parent 0032d43 commit c6d4b64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/lib/AST/CommentParser.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,8 +232,8 @@ class TextTokenRetokenizer {
232232
while (isWhitespace(*(Pos.BufferPtr - Offset)))
233233
Offset++;
234234

235-
// Once we've reached the whitespace, backtrack and check if the previous four
236-
// characters are \par or @par.
235+
// Once we've reached the whitespace, backtrack and check if the previous
236+
// four characters are \par or @par.
237237
llvm::StringRef LineStart(Pos.BufferPtr - Offset - 3, 4);
238238
return LineStart.starts_with("\\par") || LineStart.starts_with("@par");
239239
}

0 commit comments

Comments
 (0)