Fixed trailing space on line 3797.

This commit is contained in:
Justin Skiles 2013-10-22 20:15:27 -04:00
parent 29372e5fa4
commit 861f5b3df6

View File

@ -3794,7 +3794,7 @@ namespace SDL2
} }
#endregion #endregion
#region SDL_keycode.h #region SDL_keycode.h
public const int SDLK_SCANCODE_MASK = (1 << 30); public const int SDLK_SCANCODE_MASK = (1 << 30);