File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5514,7 +5514,7 @@ the configuration (without a prefix: ``Auto``).
5514
5514
.. _SpacesInParentheses :
5515
5515
5516
5516
**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 ``) ``.
5518
5518
This option is **deprecated **. The previous behavior is preserved by using
5519
5519
``SpacesInParens `` with ``Custom `` and by setting all
5520
5520
``SpacesInParensOptions `` to ``true `` except for ``InCStyleCasts `` and
Original file line number Diff line number Diff line change @@ -4351,7 +4351,7 @@ struct FormatStyle {
4351
4351
SIPO_Custom,
4352
4352
};
4353
4353
4354
- // / If ``true'' , spaces will be inserted after ``(`` and before ``)``.
4354
+ // / If ``true`` , spaces will be inserted after ``(`` and before ``)``.
4355
4355
// / This option is **deprecated**. The previous behavior is preserved by using
4356
4356
// / ``SpacesInParens`` with ``Custom`` and by setting all
4357
4357
// / ``SpacesInParensOptions`` to ``true`` except for ``InCStyleCasts`` and
You can’t perform that action at this time.
0 commit comments