From 69c256c102baedbfe5082cb48d5465b442edcfae Mon Sep 17 00:00:00 2001 From: Sylvain Becker Date: Tue, 4 Dec 2018 18:15:45 +0100 Subject: [PATCH] Fix comment and end of lines --- include/SDL_cpuinfo.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/SDL_cpuinfo.h b/include/SDL_cpuinfo.h index 5e078f22b..610773daf 100644 --- a/include/SDL_cpuinfo.h +++ b/include/SDL_cpuinfo.h @@ -58,13 +58,13 @@ # if defined(__ARM_NEON) # include # 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 +# include # include # endif # if defined (_M_ARM64) -# include +# include # include # endif /* Set __ARM_NEON so that it can be used elsewhere, at compile time */