Initialize mIndent

Bug 10334731

Change-Id: Ia3aa118a1516cc480b0d85179b78c4447f982dd6
This commit is contained in:
Andy McFadden 2013-08-15 10:05:01 -07:00
parent 5bbe0ab655
commit 892f22dcb9
1 changed files with 2 additions and 0 deletions

View File

@ -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;
}