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

Commit 3a848fc2 authored by Mark Salyzyn's avatar Mark Salyzyn Committed by android-build-merger
Browse files

Merge "Revert "logd: trailing spaces in log statistics"" am: 1fa079b2 am:...

Merge "Revert "logd: trailing spaces in log statistics"" am: 1fa079b2 am: 82797336 am: 2888798e
am: 8b76b78a

Change-Id: I02fa8ca9fc4a0eb081ce24a02c6c411e946220e0
parents 94c0d782 8b76b78a
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -309,7 +309,7 @@ std::string UidEntry::format(const LogStatistics &stat, log_id_t id) const {
            if ((spaces <= 0) && pruned.length()) {
            if ((spaces <= 0) && pruned.length()) {
                spaces = 1;
                spaces = 1;
            }
            }
            if ((spaces > 0) && (pruned.length() != 0)) {
            if (spaces > 0) {
                change += android::base::StringPrintf("%*s", (int)spaces, "");
                change += android::base::StringPrintf("%*s", (int)spaces, "");
            }
            }
            pruned = change + pruned;
            pruned = change + pruned;