Style (part 2)
This commit is contained in:
parent
2cae664104
commit
1698814a28
@ -30,8 +30,8 @@ class CustomArgFormatter
|
|||||||
|
|
||||||
// A custom argument formatter that doesn't print `-` for floating-point values
|
// A custom argument formatter that doesn't print `-` for floating-point values
|
||||||
// rounded to 0.
|
// rounded to 0.
|
||||||
class CustomPrintfArgFormatter :
|
class CustomPrintfArgFormatter
|
||||||
public BasicPrintfArgFormatter<CustomPrintfArgFormatter, char> {
|
: public BasicPrintfArgFormatter<CustomPrintfArgFormatter, char> {
|
||||||
public:
|
public:
|
||||||
typedef BasicPrintfArgFormatter<CustomPrintfArgFormatter, char> Base;
|
typedef BasicPrintfArgFormatter<CustomPrintfArgFormatter, char> Base;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user