[gnome-panel/wip-warnings-next] multiscreen: align code



commit 806597a3ae6418953080e9621340bc1c6c5f3336
Author: Sebastian Geiger <sbastig gmx net>
Date:   Tue Feb 25 10:46:50 2020 +0100

    multiscreen: align code

 gnome-panel/panel-multiscreen.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/gnome-panel/panel-multiscreen.c b/gnome-panel/panel-multiscreen.c
index b447710b0..1a2f6a107 100644
--- a/gnome-panel/panel-multiscreen.c
+++ b/gnome-panel/panel-multiscreen.c
@@ -34,12 +34,12 @@
 
 #include <string.h>
 
-static int            monitors    = 1;
-static GdkRectangle  *geometries  = NULL;
-static gboolean       initialized = FALSE;
-static gboolean       have_randr  = FALSE;
+static int            monitors       = 1;
+static GdkRectangle  *geometries     = NULL;
+static gboolean       initialized    = FALSE;
+static gboolean       have_randr     = FALSE;
 static gboolean       have_randr_1_3 = FALSE;
-static guint          reinit_id   = 0;
+static guint          reinit_id      = 0;
 
 static gboolean
 _panel_multiscreen_output_should_be_first (Display       *xdisplay,


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