Skip to content

Commit a564374

Browse files
committed
[Clang] [NFC] Fix trailing whitespace in Parser.h
1 parent 9a0316f commit a564374

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/Parse/Parser.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7677,7 +7677,7 @@ class Parser : public CodeCompletionHandler {
76777677
/// [GNU] asm-clobbers:
76787678
/// asm-string-literal
76797679
/// asm-clobbers ',' asm-string-literal
7680-
/// \endverbatim
7680+
/// \endverbatim
76817681
///
76827682
StmtResult ParseAsmStatement(bool &msAsm);
76837683

0 commit comments

Comments
 (0)