diff include/SDL_rwops.h @ 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 515df0086eb7
children 2eb75f8a32ca
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 {