comparison src/video/dummy/SDL_nullevents.c @ 1668:4da1ee79c9af SDL-1.3

more tweaking indent options
author Sam Lantinga <slouken@libsdl.org>
date Mon, 29 May 2006 04:04:35 +0000
parents 782fd950bd46
children e136f3ffdc1b
comparison
equal deleted inserted replaced
1667:1fddae038bc8 1668:4da1ee79c9af
30 30
31 #include "SDL_nullvideo.h" 31 #include "SDL_nullvideo.h"
32 #include "SDL_nullevents_c.h" 32 #include "SDL_nullevents_c.h"
33 33
34 void 34 void
35 DUMMY_PumpEvents (_THIS) 35 DUMMY_PumpEvents(_THIS)
36 { 36 {
37 /* do nothing. */ 37 /* do nothing. */
38 } 38 }
39 39
40 void 40 void
41 DUMMY_InitOSKeymap (_THIS) 41 DUMMY_InitOSKeymap(_THIS)
42 { 42 {
43 /* do nothing. */ 43 /* do nothing. */
44 } 44 }
45 45
46 /* end of SDL_nullevents.c ... */ 46 /* end of SDL_nullevents.c ... */