comparison src/version.c @ 31075:9fe10dc9aeec v9.0.0872

patch 9.0.0872: code is indented more than needed Commit: https://github.com/vim/vim/commit/623e94e13810e109c6aa201bcf3a8278429502f3 Author: Yegappan Lakshmanan <yegappan@yahoo.com> Date: Sun Nov 13 18:11:17 2022 +0000 patch 9.0.0872: code is indented more than needed Problem: Code is indented more than needed. Solution: Return early. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/11538)
author Bram Moolenaar <Bram@vim.org>
date Sun, 13 Nov 2022 19:15:04 +0100
parents df4957f0ccb5
children 6a2b04cd0213
comparison
equal deleted inserted replaced
31074:a64ca9f84fd3 31075:9fe10dc9aeec
693 NULL 693 NULL
694 }; 694 };
695 695
696 static int included_patches[] = 696 static int included_patches[] =
697 { /* Add new patch number below this line */ 697 { /* Add new patch number below this line */
698 /**/
699 872,
698 /**/ 700 /**/
699 871, 701 871,
700 /**/ 702 /**/
701 870, 703 870,
702 /**/ 704 /**/