Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion clang/docs/ClangFormatStyleOptions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6992,7 +6992,7 @@ the configuration (without a prefix: ``Auto``).
.. code-block:: c++

namespace N1 {
namespace N2
namespace N2 {
function();
}
}
Expand Down
2 changes: 1 addition & 1 deletion clang/include/clang/Format/Format.h
Original file line number Diff line number Diff line change
Expand Up @@ -5275,7 +5275,7 @@ struct FormatStyle {
/// Remove all empty lines at the beginning and the end of namespace body.
/// \code
/// namespace N1 {
/// namespace N2
/// namespace N2 {
/// function();
/// }
/// }
Expand Down
Loading