Skip to content

Conversation

@kedartal
Copy link
Contributor

... in the example for WrapNamespaceBodyWithEmptyLines: Never

@llvmbot llvmbot added the clang Clang issues not falling into any other category label Jun 21, 2025
@llvmbot
Copy link
Member

llvmbot commented Jun 21, 2025

@llvm/pr-subscribers-clang-format

@llvm/pr-subscribers-clang

Author: Tal Kedar (kedartal)

Changes

... in the example for WrapNamespaceBodyWithEmptyLines: Never


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

1 Files Affected:

  • (modified) clang/docs/ClangFormatStyleOptions.rst (+1-1)
diff --git a/clang/docs/ClangFormatStyleOptions.rst b/clang/docs/ClangFormatStyleOptions.rst
index 83716cc049ee3..548c73af65872 100644
--- a/clang/docs/ClangFormatStyleOptions.rst
+++ b/clang/docs/ClangFormatStyleOptions.rst
@@ -6992,7 +6992,7 @@ the configuration (without a prefix: ``Auto``).
     .. code-block:: c++
 
       namespace N1 {
-      namespace N2
+      namespace N2 {
       function();
       }
       }

@zwuis zwuis requested a review from owenca June 21, 2025 04:47
... in the example for `WrapNamespaceBodyWithEmptyLines: Never`
@kedartal
Copy link
Contributor Author

kedartal commented Jun 21, 2025

I knew there was a reason why they taught me how to read :)

@HazardyKnusperkeks HazardyKnusperkeks merged commit 2ed089f into llvm:main Jun 21, 2025
8 checks passed
@owenca owenca removed the clang Clang issues not falling into any other category label Jul 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants