mirror of
https://github.com/Ryujinx/SDL2-CS.git
synced 2025-06-20 16:47:56 +00:00
Fixed trailing space on line 3797.
This commit is contained in:
parent
29372e5fa4
commit
861f5b3df6
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue