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

Commit 903eb512 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "init: annotate intended fallthrough"

parents 2d4b48d1 ae8a6b9a
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
#include "tokenizer.h"

#include <android-base/macros.h>

namespace android {
namespace init {

@@ -106,6 +108,7 @@ textresume:
                    continue;
                }
                x++;
                FALLTHROUGH_INTENDED;
            case '\n':
                    /* \ <lf> -> line continuation */
                state->line++;