File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 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``).
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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments