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

Commit 160bbc42 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Fix implicit-fallthrough warning."

parents 86fb70dc 1ce134aa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -81,7 +81,7 @@ split_line(const char* p, vector<string>* out)
                    state = TEXT;
                    break;
                }
                // otherwise fall-through to TEXT case
                [[fallthrough]];
            case TEXT:
                if (state != IN_QUOTE && isspace(*p)) {
                    if (q != p) {