mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-02 02:29:08 +00:00
Apply coding conventions to examples
This commit is contained in:
parent
080b6899d2
commit
4a1da44f91
@ -116,7 +116,7 @@ template and implement ``parse`` and ``format`` methods::
|
|||||||
char presentation = 'f';
|
char presentation = 'f';
|
||||||
|
|
||||||
// Parses format specifications of the form ['f' | 'e'].
|
// 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
|
// [ctx.begin(), ctx.end()) is a character range that contains a part of
|
||||||
// the format string starting from the format specifications to be parsed,
|
// the format string starting from the format specifications to be parsed,
|
||||||
// e.g. in
|
// e.g. in
|
||||||
|
Loading…
Reference in New Issue
Block a user