Initialize mIndent
Bug 10334731 Change-Id: Ia3aa118a1516cc480b0d85179b78c4447f982dd6
This commit is contained in:
parent
99ad75d5a8
commit
a25a959b7f
@ -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