Skip to content

Commit 25af8f5

Browse files
committed
[clang-format][doc] Fix a typo
1 parent df232d4 commit 25af8f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

clang/docs/ClangFormatStyleOptions.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -2259,7 +2259,7 @@ the configuration (without a prefix: ``Auto``).
22592259
**BraceWrapping** (``BraceWrappingFlags``) :versionbadge:`clang-format 3.8` :ref:`<BraceWrapping>`
22602260
Control of individual brace wrapping cases.
22612261

2262-
If ``BreakBeforeBraces`` is set to ``BS_Custom``, use this to specify how
2262+
If ``BreakBeforeBraces`` is set to ``Custom``, use this to specify how
22632263
each individual brace case should be handled. Otherwise, this is ignored.
22642264

22652265
.. code-block:: yaml

clang/include/clang/Format/Format.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1569,7 +1569,7 @@ struct FormatStyle {
15691569

15701570
/// Control of individual brace wrapping cases.
15711571
///
1572-
/// If ``BreakBeforeBraces`` is set to ``BS_Custom``, use this to specify how
1572+
/// If ``BreakBeforeBraces`` is set to ``Custom``, use this to specify how
15731573
/// each individual brace case should be handled. Otherwise, this is ignored.
15741574
/// \code{.yaml}
15751575
/// # Example of usage:

0 commit comments

Comments
 (0)