[epiphany/dazzle] Remove extra braces



commit e79a0bf74756f9a41e5f78ccc0edd67ae1a8d67d
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Tue Aug 29 20:27:20 2017 -0500

    Remove extra braces

 lib/widgets/ephy-location-entry.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/lib/widgets/ephy-location-entry.c b/lib/widgets/ephy-location-entry.c
index ebcb9f1..6332df4 100644
--- a/lib/widgets/ephy-location-entry.c
+++ b/lib/widgets/ephy-location-entry.c
@@ -817,9 +817,8 @@ ephy_location_entry_reset_internal (EphyLocationEntry *entry,
   ephy_title_widget_set_address (EPHY_TITLE_WIDGET (entry), text);
   g_free (url);
 
-  if (notify) {
+  if (notify)
     g_signal_emit (entry, signals[USER_CHANGED], 0);
-  }
 
   entry->user_changed = FALSE;
 


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