changeset 1449:d7d96c87b6a6

Did I mention I'm anal? :) Fixed spacing in SDL_rwops.h
author Sam Lantinga <slouken@libsdl.org>
date Mon, 27 Feb 2006 04:46:34 +0000
parents 9a845c7b8b35
children 453fbb5cd2f5
files include/SDL_rwops.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/include/SDL_rwops.h	Mon Feb 27 04:44:31 2006 +0000
+++ b/include/SDL_rwops.h	Mon Feb 27 04:46:34 2006 +0000
@@ -63,11 +63,11 @@
 	Uint32 type;
 	union {
 #ifdef __WIN32__
-		struct {
+	    struct {
 		int    autoclose;
 		int    append;
 		void*  h;
-		} win32io;
+	    } win32io;
 #endif
 #ifdef HAVE_STDIO_H 
 	    struct {