Skip to content

Commit 60e5cff

Browse files
committed
clang-format
1 parent f528592 commit 60e5cff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llvm/lib/MC/MCParser/AsmLexer.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -836,9 +836,9 @@ AsmToken AsmLexer::LexToken() {
836836

837837
if (isAtStartOfComment(TokStart)) {
838838
StringRef CommentString = MAI.getCommentString();
839-
// For multi-char comment strings, advance CurPtr only if we matched the full
840-
// string. This stops us from accidentally eating the newline if the current
841-
// line ends in a single comment char.
839+
// For multi-char comment strings, advance CurPtr only if we matched the
840+
// full string. This stops us from accidentally eating the newline if the
841+
// current line ends in a single comment char.
842842
if (CommentString.size() > 1 &&
843843
StringRef(TokStart, CommentString.size()) == CommentString) {
844844
CurPtr += CommentString.size() - 1;

0 commit comments

Comments
 (0)