]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Input.cpp
CLEANED UP WHITESPACE
[lugaru.git] / Source / Input.cpp
index 08c5732f35e4b289c5f1bae0e4784a7e8fa1b7fe..059879037f7095022339cb086ef16d0af949d0dc 100644 (file)
@@ -71,7 +71,7 @@ const char* Input::keyToChar(unsigned short i)
         return "unknown";
 }
 
-unsigned short         Input::CharToKey(const char* which)
+unsigned short Input::CharToKey(const char* which)
 {
     for (unsigned short i = 0; i < SDLK_LAST; i++) {
         if (!strcasecmp(which, SDL_GetKeyName(SDLKey(i))))