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



commit 713a47706568ea088cdb1832d7c8b99aba4e9f48
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 7a55cb6bd..97f4980ca 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 void  panel_multiscreen_queue_reinit (void);
 


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