[Commits] SDL: Minor whitespace cleanup.
libsdl.org revision control
commits-owner at libsdl.org
Thu Jul 7 11:52:26 PDT 2011
details: http://hg.libsdl.org/SDL/rev/98ae43d3d2f4
changeset: 5560:98ae43d3d2f4
user: Ryan C. Gordon <icculus at icculus.org>
date: Thu Jul 07 11:50:30 2011 -0700
description:
Minor whitespace cleanup.
diffstat:
src/video/fbcon/SDL_fbevents.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (16 lines):
diff -r 9f181779cfdd -r 98ae43d3d2f4 src/video/fbcon/SDL_fbevents.c
--- a/src/video/fbcon/SDL_fbevents.c Thu Jul 07 11:49:46 2011 -0700
+++ b/src/video/fbcon/SDL_fbevents.c Thu Jul 07 11:50:30 2011 -0700
@@ -516,9 +516,9 @@
}
}
- /* 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 {
More information about the commits
mailing list