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
|
||||
// rounded to 0.
|
||||
class CustomPrintfArgFormatter :
|
||||
public BasicPrintfArgFormatter<CustomPrintfArgFormatter, char> {
|
||||
class CustomPrintfArgFormatter
|
||||
: public BasicPrintfArgFormatter<CustomPrintfArgFormatter, char> {
|
||||
public:
|
||||
typedef BasicPrintfArgFormatter<CustomPrintfArgFormatter, char> Base;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user