Revert "cppguide: remove space before comma"

This commit is contained in:
DECENTRALAB 2021-10-13 08:53:06 +01:00 committed by GitHub
parent 9a6a5d3db3
commit 77dc3eb15b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4662,7 +4662,8 @@ one of the following remedies:</p>
values self-describing.</li>
<li>For functions that have several configuration options, consider
defining a single class or struct to hold all the options,
defining a single class or struct to hold all the options
,
and pass an instance of that.
This approach has several advantages. Options are referenced by name
at the call site, which clarifies their meaning. It also reduces