minor style adjustment

This commit is contained in:
Ozkan Sezer 2021-11-12 07:28:00 +03:00
parent 3bf7994fe2
commit acb602d607

View file

@ -176,7 +176,7 @@
#define _HAS_FALLTHROUGH 0 #define _HAS_FALLTHROUGH 0
#endif /* __has_attribute */ #endif /* __has_attribute */
#if _HAS_FALLTHROUGH && \ #if _HAS_FALLTHROUGH && \
((defined(__GNUC__) && __GNUC__ >= 7) || \ ((defined(__GNUC__) && __GNUC__ >= 7) || \
(defined(__clang_major__) && __clang_major__ >= 10)) (defined(__clang_major__) && __clang_major__ >= 10))
#define SDL_FALLTHROUGH __attribute__((__fallthrough__)) #define SDL_FALLTHROUGH __attribute__((__fallthrough__))
#else #else