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

Commit 36d2b37b authored by Tom Cherry's avatar Tom Cherry Committed by android-build-merger
Browse files

Merge "init: annotate intended fallthrough"

am: 903eb512

Change-Id: Ie0189a668cb4933a413a19fc75f9c73e9ed30819
parents 963e7836 903eb512
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++;