]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
meson: Fix indentation
authorAndrea Bolognani <abologna@redhat.com>
Tue, 18 Aug 2020 21:57:39 +0000 (23:57 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Tue, 18 Aug 2020 22:09:57 +0000 (00:09 +0200)
We use two spaces everywhere else.

This commit is best viewed with 'git show -w'.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
meson.build

index 0913308bececbfca82f817722eb403463a6b5830..18259973b81528928ad8085f2d657296d9787c24 100644 (file)
@@ -1,14 +1,14 @@
 project(
-    'libvirt', 'c',
-    version: '6.7.0',
-    license: 'LGPLv2+',
-    meson_version: '>= 0.54.0',
-    default_options: [
-        'buildtype=debugoptimized',
-        'b_pie=true',
-        'c_std=gnu99',
-        'warning_level=2',
-    ],
+  'libvirt', 'c',
+  version: '6.7.0',
+  license: 'LGPLv2+',
+  meson_version: '>= 0.54.0',
+  default_options: [
+    'buildtype=debugoptimized',
+    'b_pie=true',
+    'c_std=gnu99',
+    'warning_level=2',
+  ],
 )