mirror of
https://github.com/vim/vim.git
synced 2025-11-12 22:44:34 -05:00
patch 9.1.1390: style: more wrong indentation
Problem: style: more wrong indentation
Solution: reformat a few more places
(Yegappan Lakshmanan)
closes: #17309
Signed-off-by: Yegappan Lakshmanan <yegappan@yahoo.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
08db2f4f28
commit
e89aef3f65
@@ -704,6 +704,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1390,
|
||||
/**/
|
||||
1389,
|
||||
/**/
|
||||
@@ -3815,9 +3817,9 @@ list_version(void)
|
||||
# if defined(USE_GTK3)
|
||||
msg_puts(_("with GTK3 GUI."));
|
||||
# elif defined(FEAT_GUI_GNOME)
|
||||
msg_puts(_("with GTK2-GNOME GUI."));
|
||||
msg_puts(_("with GTK2-GNOME GUI."));
|
||||
# else
|
||||
msg_puts(_("with GTK2 GUI."));
|
||||
msg_puts(_("with GTK2 GUI."));
|
||||
# endif
|
||||
#elif defined(FEAT_GUI_MOTIF)
|
||||
msg_puts(_("with X11-Motif GUI."));
|
||||
|
||||
Reference in New Issue
Block a user