summaryrefslogtreecommitdiffstats
path: root/meson
diff options
context:
space:
mode:
Diffstat (limited to 'meson')
-rw-r--r--meson/suppressions/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson/suppressions/meson.build b/meson/suppressions/meson.build
index 16d42bb..542b00e 100644
--- a/meson/suppressions/meson.build
+++ b/meson/suppressions/meson.build
@@ -63,7 +63,7 @@ elif cc.get_id() == 'gcc'
'-Wno-unused-const-variable',
]
- if host_machine.system() =='windows'
+ if host_machine.system() == 'windows'
c_suppressions += [
'-Wno-suggest-attribute=format',
]