[epiphany] Fix code style issues found with recent uncrustify version



commit 16530acd41ef5129f8f9c4962148c4c3c7b4d63e
Author: Jan-Michael Brummer <jan brummer tabos org>
Date:   Fri Dec 20 10:04:20 2019 +0100

    Fix code style issues found with recent uncrustify version

 lib/ephy-zoom.c         | 2 +-
 src/ephy-pages-button.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/lib/ephy-zoom.c b/lib/ephy-zoom.c
index b0661e016..b40777cb5 100644
--- a/lib/ephy-zoom.c
+++ b/lib/ephy-zoom.c
@@ -29,7 +29,7 @@
 #define NUM_ZOOM_STEPS 14
 
 static float
-  zoom_steps [NUM_ZOOM_STEPS] = {
+  zoom_steps[NUM_ZOOM_STEPS] = {
   0.30f,
   0.50f,
   0.67f,
diff --git a/src/ephy-pages-button.c b/src/ephy-pages-button.c
index 22b7f3564..e08c4f911 100644
--- a/src/ephy-pages-button.c
+++ b/src/ephy-pages-button.c
@@ -42,7 +42,7 @@ enum {
   N_PROPS
 };
 
-static GParamSpec *properties [N_PROPS];
+static GParamSpec *properties[N_PROPS];
 
 /* FIXME: I hope there is a better way to prevent the label from changing scale */
 static void


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