changeset 81107:a9d423c1c1d4

Whitespace fix.
author Richard M. Stallman <rms@gnu.org>
date Wed, 30 May 2007 19:28:11 +0000
parents f4d5f1a40875
children 9a267b605d8a
files src/term.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/term.c	Wed May 30 14:06:39 2007 +0000
+++ b/src/term.c	Wed May 30 19:28:11 2007 +0000
@@ -2382,7 +2382,8 @@
  ***********************************************************************/
 
 #ifdef HAVE_GPM
-void term_mouse_moveto (int x, int y)
+void
+term_mouse_moveto (int x, int y)
 {
   const char *name;
   int fd;