瀏覽代碼

minor style adjustment

Ozkan Sezer 3 年之前
父節點
當前提交
acb602d607
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/begin_code.h

+ 1 - 1
include/begin_code.h

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