From b5d095dba584f4b734512ac9d5310fd0f17a067c Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Thu, 7 Jul 2011 11:50:30 -0700 Subject: [PATCH] Minor whitespace cleanup. --- src/video/fbcon/SDL_fbevents.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/video/fbcon/SDL_fbevents.c b/src/video/fbcon/SDL_fbevents.c index eaec74451..372f73b0a 100644 --- a/src/video/fbcon/SDL_fbevents.c +++ b/src/video/fbcon/SDL_fbevents.c @@ -516,9 +516,9 @@ static int detect_imps2(int fd) } } - /* Query for the type of mouse protocol */ - if ( write(fd, &query_ps2, sizeof (query_ps2)) == sizeof (query_ps2)) { - Uint8 ch = 0; + /* Query for the type of mouse protocol */ + if ( write(fd, &query_ps2, sizeof (query_ps2)) == sizeof (query_ps2)) { + Uint8 ch = 0; /* Get the mouse protocol response */ do {