Commit 69c256c102baedbfe5082cb48d5465b442edcfae

Sylvain Becker 2018-12-04T18:15:45

Fix comment and end of lines

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
diff --git a/include/SDL_cpuinfo.h b/include/SDL_cpuinfo.h
index 5e078f2..610773d 100644
--- a/include/SDL_cpuinfo.h
+++ b/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 */