diff options
| author | Sirraide <aeternalmail@gmail.com> | 2025-10-29 02:50:55 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-29 02:50:55 +0100 |
| commit | eb40a0150251c724d5c51bef85ef8d9d59d5c462 (patch) | |
| tree | 9d391320ba25e4ae432bf87c97a173bcc85d5164 | |
| parent | 4e44298f968f3a59ec41794deda7605c593977c9 (diff) | |
| download | llvm-eb40a0150251c724d5c51bef85ef8d9d59d5c462.zip llvm-eb40a0150251c724d5c51bef85ef8d9d59d5c462.tar.gz llvm-eb40a0150251c724d5c51bef85ef8d9d59d5c462.tar.bz2 | |
[Clang] [NFC] Fix trailing whitespace in Parser.h (#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.
| -rw-r--r-- | clang/include/clang/Parse/Parser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang/Parse/Parser.h b/clang/include/clang/Parse/Parser.h index 0d2316f..dad8efd0 100644 --- a/clang/include/clang/Parse/Parser.h +++ b/clang/include/clang/Parse/Parser.h @@ -7677,7 +7677,7 @@ private: /// [GNU] asm-clobbers: /// asm-string-literal /// asm-clobbers ',' asm-string-literal - /// \endverbatim + /// \endverbatim /// StmtResult ParseAsmStatement(bool &msAsm); |
