Apply 1 suggestion(s) to 1 file(s)
authorMatthias Clasen <mclasen@redhat.com>
Tue, 27 Sep 2022 11:31:55 +0000 (11:31 +0000)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 27 Sep 2022 11:31:55 +0000 (11:31 +0000)
meson.build

index 035efb24222d4f52f4aa63eac20bb89e067a4938..f27dfb6f82c85389f06fc661b8d9c166a57c5032 100644 (file)
@@ -254,9 +254,9 @@ if cc.get_id() == 'msvc'
   # in GLib, based on _Win32_Programming_ by Rector and Newcomer
   test_cflags = [
     '-FImsvc_recommended_pragmas.h',
-       '-D_USE_MATH_DEFINES',
-       '-utf-8',
-  '-Zc:preprocessor'
+    '-D_USE_MATH_DEFINES',
+    '-utf-8',
+    '-Zc:preprocessor'
   ]
   add_project_arguments(cc.get_supported_arguments(test_cflags), language: 'c')