Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a25a959b authored by Andy McFadden's avatar Andy McFadden Committed by The Android Automerger
Browse files

Initialize mIndent

Bug 10334731

Change-Id: Ia3aa118a1516cc480b0d85179b78c4447f982dd6
parent 99ad75d5
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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;
    }