* commit '38b5e8c70906a17d3ada0887f089103eba4c94fd': Initialize mIndent
This commit is contained in:
commit
0ca2e23021
@ -43,6 +43,8 @@ class Formatter {
|
||||
friend Formatter& indent(Formatter& f);
|
||||
friend Formatter& dedent(Formatter& f);
|
||||
public:
|
||||
Formatter() : mIndent(0) {}
|
||||
|
||||
String8 getString() const {
|
||||
return mString;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user