[gnome-panel/wip-format: 1/18] multiscreen: align code
- From: Sebastian Geiger <segeiger src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-panel/wip-format: 1/18] multiscreen: align code
- Date: Tue, 25 Feb 2020 19:47:45 +0000 (UTC)
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]