[gnome-control-center] network: fix line break issues



commit 0f60cad6bde8e6763f1d8a7739105cd793252e60
Author: Amy <apark0006 student cerritos edu>
Date:   Fri Jun 17 03:33:33 2022 +0000

    network: fix line break issues
    
    Commit 5e0fc5c1 ("network: prevent crash by disconnecting device")
    introduced two new line breaks after the final call of
    remove_wifi_device. Those line breaks are unnecessary, as pointed out by
    Robert (@robert.ancell). They should be removed for the MR to be merged.
    
    This patch removes those line breaks, which should allow for !1359 to be
    properly merged.

 panels/network/cc-wifi-panel.c | 2 --
 1 file changed, 2 deletions(-)
---
diff --git a/panels/network/cc-wifi-panel.c b/panels/network/cc-wifi-panel.c
index af2fcb727..e53bae7f0 100644
--- a/panels/network/cc-wifi-panel.c
+++ b/panels/network/cc-wifi-panel.c
@@ -438,8 +438,6 @@ remove_wifi_device (CcWifiPanel *self,
 
   /* Update the title widget */
   update_devices_names (self);
-
-
 }
 
 static void


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