From 24fe33a83a5130a5369f06d88000a3a0590a59ec Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 24 Nov 2022 00:09:02 +0000 Subject: patch 9.0.0934: various code formatting issues Problem: Various code formatting issues. Solution: Improve code formatting. --- src/gui_xim.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui_xim.c') diff --git a/src/gui_xim.c b/src/gui_xim.c index d384cbc059..6998f0c436 100644 --- a/src/gui_xim.c +++ b/src/gui_xim.c @@ -133,7 +133,7 @@ free_xim_stuff(void) #if defined(FEAT_EVAL) || defined(PROTO) /* - * Mark the global 'imactivatefunc' and 'imstatusfunc' callbacks with 'copyID' + * Mark the global 'imactivatefunc' and 'imstatusfunc' callbacks with "copyID" * so that they are not garbage collected. */ int -- cgit v1.2.3