Initialize mIndent
Bug 10334731 Change-Id: Ia3aa118a1516cc480b0d85179b78c4447f982dd6
This commit is contained in:
parent
5bbe0ab655
commit
892f22dcb9
@ -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