diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2010-07-07 11:45:28 +0200 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2010-07-07 11:45:28 +0200 |
commit | ed3751c8245cbf523caf4975f654d459f070ea9a (patch) | |
tree | 1bc6a7e69181867c76389dbaca292f8d29af351a /src/w32inevt.c | |
parent | cf84bb53567cf64b3dade9e9abeaef289371f0cc (diff) | |
download | emacs-ed3751c8245cbf523caf4975f654d459f070ea9a.tar.gz |
Fix whitespace to follow coding guidelines.
Diffstat (limited to 'src/w32inevt.c')
-rw-r--r-- | src/w32inevt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/w32inevt.c b/src/w32inevt.c index aa9fe09d857..1ab0546d44f 100644 --- a/src/w32inevt.c +++ b/src/w32inevt.c @@ -582,8 +582,8 @@ w32_console_mouse_position (FRAME_PTR *f, *part = 0; SELECTED_FRAME ()->mouse_moved = 0; - XSETINT(*x, movement_pos.X); - XSETINT(*y, movement_pos.Y); + XSETINT (*x, movement_pos.X); + XSETINT (*y, movement_pos.Y); *time = movement_time; UNBLOCK_INPUT; |