[gnome-weather] meson: replace tabs in options file



commit 46ffb2cb9d198f7357b268cecc36a275f39934b2
Author: Christopher Davis <brainblasted disroot org>
Date:   Tue Mar 5 22:25:53 2019 -0500

    meson: replace tabs in options file
    
    Finishes up the work from the previous commit.

 meson_options.txt | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/meson_options.txt b/meson_options.txt
index 89112a5..a9e396d 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,9 +1,9 @@
 option(
-       'profile',
-       type: 'combo',
-       choices: [
-               'default',
-               'development'
-       ],
-       value: 'default'
+  'profile',
+  type: 'combo',
+  choices: [
+    'default',
+    'development'
+  ],
+  value: 'default'
 )


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]