Author: Vlad Serebrennikov
Date: 2025-05-14T11:43:21+03:00
New Revision: d441d28083e2f9de5170f5a96a8e44a38d306c62

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

LOG: [clang][NFC] Fix indentation in a comment

Added: 
    

Modified: 
    clang/include/clang/Parse/Parser.h

Removed: 
    


################################################################################
diff  --git a/clang/include/clang/Parse/Parser.h 
b/clang/include/clang/Parse/Parser.h
index 4d2e5243ddad7..e6492b81dfff8 100644
--- a/clang/include/clang/Parse/Parser.h
+++ b/clang/include/clang/Parse/Parser.h
@@ -752,8 +752,7 @@ class Parser : public CodeCompletionHandler {
   /// name must refer to an entity which has already been declared.
   ///
   /// \param CCC Indicates how to perform typo-correction for this name. If
-  /// NULL,
-  ///        no typo correction will be performed.
+  ///        NULL, no typo correction will be performed.
   /// \param AllowImplicitTypename Whether we are in a context where a 
dependent
   ///        nested-name-specifier without typename is treated as a type (e.g.
   ///        T::type).


        
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to