Skip to content

Commit eb40a01

Browse files
authored
[Clang] [NFC] Fix trailing whitespace in Parser.h (llvm#165498)
Many editors and IDEs automatically delete trailing whitespace on save, and this particular one has shown up as an unrelated change in several of my patches that I then had to remove later (and I’ve seen it in other people’s patches too); this has wasted too much of my time, so I’m removing it separately.
1 parent 4e44298 commit eb40a01

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)