clang/scan-build: restore required code

ref: https://github.com/neovim/neovim/pull/11900#discussion_r381860165
This commit is contained in:
Hirokazu Hata
2020-02-23 10:14:05 +09:00
parent ff1730373c
commit 599a12e316

View File

@@ -905,6 +905,7 @@ continue_same_node:
refkey(b, itr->node, itr->i); refkey(b, itr->node, itr->i);
refkey(b, enditr->node, enditr->i); refkey(b, enditr->node, enditr->i);
} else { } else {
past_right = true; // NOLINT
break; break;
} }
} }