diff --git a/src/rcore.c b/src/rcore.c index 9b269e5a9..da5b911bb 100644 --- a/src/rcore.c +++ b/src/rcore.c @@ -632,7 +632,7 @@ void InitWindow(int width, int height, const char *title) // Initialize platform //-------------------------------------------------------------- int result = InitPlatform(); - if (result == -1 ) + if (result == -1) { TRACELOG(LOG_ERROR, "Platform backend: Window initialization failed."); return;