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

Commit e6a70155 authored by Arseniy Antonov's avatar Arseniy Antonov Committed by Android Git Automerger
Browse files

am 3c8e92ce: Fix for parenthesis error

* commit '3c8e92ce':
  Fix for parenthesis error
parents a5a5fb46 3c8e92ce
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -524,7 +524,7 @@ void LogStatistics::format(char **buf,
    short spaces = 2;

    log_id_for_each(i) {
        if (!logMask & (1 << i)) {
        if (!(logMask & (1 << i))) {
            continue;
        }
        oldLength = string.length();