aboutsummaryrefslogtreecommitdiffstats
path: root/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'common.h')
-rw-r--r--common.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/common.h b/common.h
index fcafb53..b47a19e 100644
--- a/common.h
+++ b/common.h
@@ -187,8 +187,8 @@ int libfonts_parse_aa__(enum libfonts_antialiasing *outp, const char *value);
} while (0)
-#if defined(__clang__)
-# pragma clang diagnostic ignored "-Wassign-enum"
-#endif
+# if defined(__clang__)
+# pragma clang diagnostic ignored "-Wassign-enum"
+# endif
#endif