]> granicus.if.org Git - vim/commit
patch 9.0.1221: code is indented more than necessary v9.0.1221
authorYegappan Lakshmanan <yegappan@yahoo.com>
Wed, 18 Jan 2023 18:17:48 +0000 (18:17 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 18 Jan 2023 18:17:48 +0000 (18:17 +0000)
commitf97a295ccaa9803367f3714cdefce4e2283c771d
treea5e4d3b6f9b6b5b8a123857d13aa3b423494c01f
parent4aecaa168e90cf28da7a6facea6b11ae250a8a18
patch 9.0.1221: code is indented more than necessary

Problem:    Code is indented more than necessary.
Solution:   Use an early return where it makes sense. (Yegappan Lakshmanan,
            closes #11833)
src/popupmenu.c
src/popupwin.c
src/profiler.c
src/quickfix.c
src/regexp.c
src/regexp_bt.c
src/regexp_nfa.c
src/register.c
src/version.c