[gnome-panel/wip-format: 1/18] multiscreen: align code



commit 0e421569e4de4a904d7cdb7ff0b9a08fad4a3c21
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 8a6668a97..0787f0e43 100644
--- a/gnome-panel/panel-multiscreen.c
+++ b/gnome-panel/panel-multiscreen.c
@@ -34,12 +34,12 @@
 
 #include <string.h>
 
-static int            monitors    = 0;
+static int            monitors            = 0;
 static GdkRectangle  *monitor_geometries  = NULL;
-static gboolean       initialized = FALSE;
-static gboolean       have_randr  = FALSE;
-static gboolean       have_randr_1_3 = FALSE;
-static guint          reinit_id   = 0;
+static gboolean       initialized         = FALSE;
+static gboolean       have_randr          = FALSE;
+static gboolean       have_randr_1_3      = FALSE;
+static guint          reinit_id           = 0;
 
 static void panel_multiscreen_reinit (void);
 


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