Apply coding conventions to examples

This commit is contained in:
Victor Zverovich 2019-11-17 10:14:06 -08:00
parent 080b6899d2
commit 4a1da44f91

View File

@ -116,7 +116,7 @@ template and implement ``parse`` and ``format`` methods::
char presentation = 'f';
// Parses format specifications of the form ['f' | 'e'].
constexpr auto parse(format_parse_context &ctx) {
constexpr auto parse(format_parse_context& ctx) {
// [ctx.begin(), ctx.end()) is a character range that contains a part of
// the format string starting from the format specifications to be parsed,
// e.g. in