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

Commit 0adcc3e3 authored by Mark Salyzyn's avatar Mark Salyzyn
Browse files

logd: trailing spaces in log statistics

Bug: 30118730
Change-Id: I8cccbc1da2cf8168ec9cf12f07df4cafef076558
parent a17427cb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -284,7 +284,7 @@ std::string UidEntry::format(const LogStatistics &stat, log_id_t id) const {
            if ((spaces <= 0) && pruned.length()) {
                spaces = 1;
            }
            if (spaces > 0) {
            if ((spaces > 0) && (pruned.length() != 0)) {
                change += android::base::StringPrintf("%*s", (int)spaces, "");
            }
            pruned = change + pruned;