Skip to content

Commit 9ae41a1

Browse files
committed
[clang-format][doc] Fix a '' (in c669541) that meant to be ``
1 parent 8d7a523 commit 9ae41a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

clang/docs/ClangFormatStyleOptions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5514,7 +5514,7 @@ the configuration (without a prefix: ``Auto``).
55145514
.. _SpacesInParentheses:
55155515

55165516
**SpacesInParentheses** (``Boolean``) :versionbadge:`clang-format 3.7` :ref:`<SpacesInParentheses>`
5517-
If ``true'', spaces will be inserted after ``(`` and before ``)``.
5517+
If ``true``, spaces will be inserted after ``(`` and before ``)``.
55185518
This option is **deprecated**. The previous behavior is preserved by using
55195519
``SpacesInParens`` with ``Custom`` and by setting all
55205520
``SpacesInParensOptions`` to ``true`` except for ``InCStyleCasts`` and

clang/include/clang/Format/Format.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4351,7 +4351,7 @@ struct FormatStyle {
43514351
SIPO_Custom,
43524352
};
43534353

4354-
/// If ``true'', spaces will be inserted after ``(`` and before ``)``.
4354+
/// If ``true``, spaces will be inserted after ``(`` and before ``)``.
43554355
/// This option is **deprecated**. The previous behavior is preserved by using
43564356
/// ``SpacesInParens`` with ``Custom`` and by setting all
43574357
/// ``SpacesInParensOptions`` to ``true`` except for ``InCStyleCasts`` and

0 commit comments

Comments
 (0)