[clang] [clang/docs] add a missing brace in ClangFormatStyleOptions.rst (PR #145145)

Owen Pan via cfe-commits cfe-commits at lists.llvm.org
Sat Jun 21 03:23:05 PDT 2025


================
@@ -6992,7 +6992,7 @@ the configuration (without a prefix: ``Auto``).
     .. code-block:: c++
 
       namespace N1 {
-      namespace N2
+      namespace N2 {
----------------
owenca wrote:

This file is generated from `clang/include/clang/Format/Format.h`. Please edit that file and then run `ninja clang-format-style`.

https://github.com/llvm/llvm-project/pull/145145


More information about the cfe-commits mailing list