SDL: whitespace between '#' and 'cmakedefine' does not seem to work..

From 1ba695dc9412367512df06f65b8907a6649992c3 Mon Sep 17 00:00:00 2001
From: Ozkan Sezer <[EMAIL REDACTED]>
Date: Fri, 12 Nov 2021 02:00:04 +0300
Subject: [PATCH] whitespace between '#' and 'cmakedefine' does not seem to
 work..

at least with my version of cmake-3.9.6.
---
 include/SDL_config.h.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/SDL_config.h.cmake b/include/SDL_config.h.cmake
index 673af9599f..1b644b88e9 100644
--- a/include/SDL_config.h.cmake
+++ b/include/SDL_config.h.cmake
@@ -232,7 +232,7 @@
 #    endif
 #  endif
 #else  /* non-Apple platforms can use the normal CMake check for this. */
-#  cmakedefine HAVE_IMMINTRIN_H 1
+#cmakedefine HAVE_IMMINTRIN_H 1
 #endif
 
 #cmakedefine HAVE_LIBUDEV_H 1