[epiphany] Style fixup



commit 260576243a8d6c7e41b705ea7158ea7c09ae1db9
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Wed Feb 7 15:23:06 2018 -0600

    Style fixup

 src/ephy-location-controller.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/ephy-location-controller.c b/src/ephy-location-controller.c
index f252ec5..d540d8b 100644
--- a/src/ephy-location-controller.c
+++ b/src/ephy-location-controller.c
@@ -401,7 +401,7 @@ ephy_location_controller_constructed (GObject *object)
 
   controller->longpress_gesture = gtk_gesture_long_press_new (widget);
   gtk_gesture_single_set_touch_only (GTK_GESTURE_SINGLE (controller->longpress_gesture), TRUE);
-  g_signal_connect (controller->longpress_gesture, "pressed", G_CALLBACK(longpress_gesture_cb), controller);
+  g_signal_connect (controller->longpress_gesture, "pressed", G_CALLBACK (longpress_gesture_cb), controller);
 
   history_service = ephy_embed_shell_get_global_history_service (ephy_embed_shell_get_default ());
   bookmarks_manager = ephy_shell_get_bookmarks_manager (ephy_shell_get_default ());


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