From 6ed545e79735f23ff8e650bc2f0967e5a0baedc9 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Mon, 9 May 2022 20:09:23 +0100 Subject: patch 8.2.4928: various white space and cosmetic mistakes Problem: Various white space and cosmetic mistakes. Solution: Change spaces to tabs, improve comments. --- src/highlight.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/highlight.c') diff --git a/src/highlight.c b/src/highlight.c index 3f46a07276..75a310f53e 100644 --- a/src/highlight.c +++ b/src/highlight.c @@ -2356,7 +2356,7 @@ colorname2rgb(char_u *name) guicolor_T gui_get_color_cmn(char_u *name) { - int i; + int i; guicolor_T color; struct rgbcolor_table_S { -- cgit v1.2.3