summaryrefslogtreecommitdiff
path: root/inc/sdl/event.hpp
diff options
context:
space:
mode:
authormajortom6 <tombarrett@siu.edu>2017-02-19 11:31:57 -0600
committerTom Barrett <tombarrett@siu.edu>2017-03-07 13:23:41 -0600
commitbfdc713b68dd6f8d61e7b26fc2cff15caf24b44d (patch)
tree44c93a89b69c1b0b640804f81575067656fa9d5a /inc/sdl/event.hpp
parent379803180921534a42743c1c5fb40647015c3dba (diff)
-finished formatting all of the includes, at least for now
Diffstat (limited to 'inc/sdl/event.hpp')
-rw-r--r--inc/sdl/event.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/sdl/event.hpp b/inc/sdl/event.hpp
index 3a0a868..c3536cc 100644
--- a/inc/sdl/event.hpp
+++ b/inc/sdl/event.hpp
@@ -15,8 +15,8 @@ class Event
int gEventType();
private:
- bool run;
- SDL_Event v;
+ bool run;
+ SDL_Event v;
};
#endif