Skip to content

Commit

Permalink
Minor whitespace cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jul 7, 2011
1 parent 05fe5d4 commit b5d095d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/video/fbcon/SDL_fbevents.c
Expand Up @@ -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 {
Expand Down

0 comments on commit b5d095d

Please sign in to comment.