]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1246: code is indented more than necessary v9.0.1246
authorYegappan Lakshmanan <yegappan@yahoo.com>
Thu, 26 Jan 2023 12:00:00 +0000 (12:00 +0000)
committerBram Moolenaar <Bram@vim.org>
Thu, 26 Jan 2023 12:00:00 +0000 (12:00 +0000)
commit142ed77898facf8f423fee2717efee1749c55f9a
tree9b8f51cd7992358ae3a01c9cd152eed223d1827e
parent032713f8299abd92fcfb1e490d1ae5c1ecadde41
patch 9.0.1246: 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 #11887)
13 files changed:
src/ui.c
src/undo.c
src/uninstall.c
src/userfunc.c
src/version.c
src/vim9compile.c
src/vim9execute.c
src/vim9instr.c
src/vim9script.c
src/vim9type.c
src/viminfo.c
src/winclip.c
src/window.c