1
0
Эх сурвалжийг харах

Fix comment and end of lines

Sylvain Becker 6 жил өмнө
parent
commit
69c256c102
1 өөрчлөгдсөн 3 нэмэгдсэн , 3 устгасан
  1. 3 3
      include/SDL_cpuinfo.h

+ 3 - 3
include/SDL_cpuinfo.h

@@ -58,13 +58,13 @@
 #  if defined(__ARM_NEON)
 #    include <arm_neon.h>
 #  elif defined(__WINDOWS__) || defined(__WINRT__)
-/* Visual Studio doesn't define __ARM_ARCH, but _M_ARM (if set, always 7), and _M_ARM64 (if set, always 1).
+/* Visual Studio doesn't define __ARM_ARCH, but _M_ARM (if set, always 7), and _M_ARM64 (if set, always 1). */
 #    if defined(_M_ARM)
-#      include <armintr.h>
+#      include <armintr.h>
 #      include <arm_neon.h>
 #    endif
 #    if defined (_M_ARM64)
-#      include <armintr.h>
+#      include <armintr.h>
 #      include <arm_neon.h>
 #    endif
 /* Set __ARM_NEON so that it can be used elsewhere, at compile time */