[gnome-settings-daemon] rfkill: Remove extraneous braces
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-settings-daemon] rfkill: Remove extraneous braces
- Date: Tue, 26 Nov 2013 16:50:32 +0000 (UTC)
commit f5c298c828f02620429a7352c6375a823a6a31a0
Author: Bastien Nocera <hadess hadess net>
Date: Tue Nov 26 17:50:05 2013 +0100
rfkill: Remove extraneous braces
plugins/rfkill/gsd-rfkill-manager.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/plugins/rfkill/gsd-rfkill-manager.c b/plugins/rfkill/gsd-rfkill-manager.c
index c2bcdce..0b75449 100644
--- a/plugins/rfkill/gsd-rfkill-manager.c
+++ b/plugins/rfkill/gsd-rfkill-manager.c
@@ -175,9 +175,8 @@ engine_get_hardware_airplane_mode (GsdRfkillManager *manager)
gpointer key, value;
/* If we have no killswitches, hw airplane mode is off. */
- if (g_hash_table_size (manager->priv->killswitches) == 0) {
+ if (g_hash_table_size (manager->priv->killswitches) == 0)
return FALSE;
- }
g_hash_table_iter_init (&iter, manager->priv->killswitches);
while (g_hash_table_iter_next (&iter, &key, &value)) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]