[KMSDRM] Remove unnecessary space.

main
Vanfanel 2021-03-27 23:52:51 +01:00 committed by Sam Lantinga
parent c13c3c37bd
commit 1ec60a38eb
1 changed files with 1 additions and 1 deletions

View File

@ -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. */