mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-20 11:57:36 +00:00
Whitespace fix.
This commit is contained in:
parent
7a781a5480
commit
5faa03baf4
1 changed files with 2 additions and 1 deletions
|
|
@ -2382,7 +2382,8 @@ set_tty_color_mode (f, val)
|
|||
***********************************************************************/
|
||||
|
||||
#ifdef HAVE_GPM
|
||||
void term_mouse_moveto (int x, int y)
|
||||
void
|
||||
term_mouse_moveto (int x, int y)
|
||||
{
|
||||
const char *name;
|
||||
int fd;
|
||||
|
|
|
|||
Loading…
Reference in a new issue