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

Commit 1ac35b09 authored by Mark Salyzyn's avatar Mark Salyzyn Committed by Gerrit Code Review
Browse files

Merge "Fix for parenthesis error"

parents 88d1bc0e c3ce224c
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -524,7 +524,7 @@ void LogStatistics::format(char **buf,
    short spaces = 2;
    short spaces = 2;


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