am 892f22dc
: Initialize mIndent
* commit '892f22dcb96927b4a4f9ab7badd6f2c9f4f37c1f': Initialize mIndent
This commit is contained in:
commit
38b5e8c709
@ -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