From: Jason Rumney Date: Sun, 21 Oct 2001 18:35:35 +0000 (+0000) Subject: Fix formatting for new function. X-Git-Tag: ttn-vms-21-2-B4~19276 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=565153ffd3dfcea8948e9fdafe0285e819073f6f;p=emacs.git Fix formatting for new function. --- diff --git a/src/w32term.c b/src/w32term.c index 1fe99c75acc..d57444f530a 100644 --- a/src/w32term.c +++ b/src/w32term.c @@ -7538,7 +7538,8 @@ glyph_rect (f, x, y, rect) } /* Record the position of the mouse in last_mouse_glyph. */ -static void remember_mouse_glyph (f1, gx, gy) +static void +remember_mouse_glyph (f1, gx, gy) struct frame * f1; int gx, gy; {