mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-16 11:06:49 +01:00
[KMSDRM] Remove unnecessary space.
This commit is contained in:
parent
c13c3c37bd
commit
1ec60a38eb
@ -722,7 +722,7 @@ int KMSDRM_InitDisplays (_THIS) {
|
||||
an SDL Display representing it. KMSDRM_AddDisplay() is purposely void,
|
||||
so if it fails (no encoder for connector, no valid video mode for
|
||||
connector etc...) we can keep looking for connected connectors. */
|
||||
KMSDRM_AddDisplay (_this, connector, resources);
|
||||
KMSDRM_AddDisplay(_this, connector, resources);
|
||||
}
|
||||
else {
|
||||
/* If it's not, free it now. */
|
||||
|
Loading…
Reference in New Issue
Block a user