diff options
author | наб <[email protected]> | 2021-06-05 15:07:38 +0200 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2021-07-26 12:07:39 -0700 |
commit | 2c69ba6444ad5c1eb54342964149c3095504c401 (patch) | |
tree | f7e37056ce51f8c142c28b1fe82f103d31977ebb /module/lua/ltable.c | |
parent | 90f1c3c9467881ed76fd3a41719bf297e6de708b (diff) |
Normalise /*FALLTHR{OUGH,U}*/
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Ahelenia Ziemiańska <[email protected]>
Issue #12201
Diffstat (limited to 'module/lua/ltable.c')
-rw-r--r-- | module/lua/ltable.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/lua/ltable.c b/module/lua/ltable.c index f60418721..0ba462cfd 100644 --- a/module/lua/ltable.c +++ b/module/lua/ltable.c @@ -492,7 +492,7 @@ const TValue *luaH_get (Table *t, const TValue *key) { return luaH_getint(t, k); /* use specialized version */ /* else go through */ } - /* FALLTHROUGH */ + /* FALLTHROUGH */ default: { Node *n = mainposition(t, key); do { /* check whether `key' is somewhere in the chain */ |