[clang] 2c0a99f - Fix formatting of a comment; NFC (#87739)

via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 5 04:40:39 PDT 2024


Author: AX网
Date: 2024-04-05T07:40:36-04:00
New Revision: 2c0a99f54fd5045a1b382c03fc5481b648a62a8e

URL: https://github.com/llvm/llvm-project/commit/2c0a99f54fd5045a1b382c03fc5481b648a62a8e
DIFF: https://github.com/llvm/llvm-project/commit/2c0a99f54fd5045a1b382c03fc5481b648a62a8e.diff

LOG: Fix formatting of a comment; NFC (#87739)

Added: 
    

Modified: 
    clang/include/clang/Lex/Token.h

Removed: 
    


################################################################################
diff  --git a/clang/include/clang/Lex/Token.h b/clang/include/clang/Lex/Token.h
index 36ec5ddaa29adb..4f29fb7d114159 100644
--- a/clang/include/clang/Lex/Token.h
+++ b/clang/include/clang/Lex/Token.h
@@ -58,7 +58,7 @@ class Token {
   ///  Annotations (resolved type names, C++ scopes, etc): isAnnotation().
   ///    This is a pointer to sema-specific data for the annotation token.
   ///  Eof:
-  //     This is a pointer to a Decl.
+  ///    This is a pointer to a Decl.
   ///  Other:
   ///    This is null.
   void *PtrData;


        


More information about the cfe-commits mailing list