comparison src/version.c @ 30531:2650a01b8bbc v9.0.0601

patch 9.0.0601: too much indent Commit: https://github.com/vim/vim/commit/368aa6908862874fdb901c534ee99033ac977e4a Author: Yegappan Lakshmanan <yegappan@yahoo.com> Date: Tue Sep 27 11:46:48 2022 +0100 patch 9.0.0601: too much indent Problem: Too much indent. Solution: Return out early from a funtion. (Yegappan Lakshmanan, close #11238)
author Bram Moolenaar <Bram@vim.org>
date Tue, 27 Sep 2022 13:00:04 +0200
parents 09b3221423e9
children 4f6c0ca7530b
comparison
equal deleted inserted replaced
30530:f501627bf532 30531:2650a01b8bbc
697 NULL 697 NULL
698 }; 698 };
699 699
700 static int included_patches[] = 700 static int included_patches[] =
701 { /* Add new patch number below this line */ 701 { /* Add new patch number below this line */
702 /**/
703 601,
702 /**/ 704 /**/
703 600, 705 600,
704 /**/ 706 /**/
705 599, 707 599,
706 /**/ 708 /**/