[network-manager-applet] trivial: fix whitespace
- From: Dan Williams <dcbw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [network-manager-applet] trivial: fix whitespace
- Date: Fri, 9 Apr 2010 21:47:30 +0000 (UTC)
commit db9db8c2c2810f10add0e9608a7e2a925f4fb36c
Author: Dan Williams <dcbw redhat com>
Date: Fri Apr 9 14:47:26 2010 -0700
trivial: fix whitespace
src/applet-device-cdma.c | 2 +-
src/applet-device-gsm.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/applet-device-cdma.c b/src/applet-device-cdma.c
index 78cc052..f80034b 100644
--- a/src/applet-device-cdma.c
+++ b/src/applet-device-cdma.c
@@ -824,7 +824,7 @@ check_start_polling (CdmaDeviceInfo *info)
* that if we get an unsolicited update from MM between polls we'll
* skip the next poll.
*/
- info->poll_id = g_timeout_add_seconds (33, cdma_poll_cb, info);
+ info->poll_id = g_timeout_add_seconds (33, cdma_poll_cb, info);
}
cdma_poll_cb (info);
} else {
diff --git a/src/applet-device-gsm.c b/src/applet-device-gsm.c
index ad60985..939a4a7 100644
--- a/src/applet-device-gsm.c
+++ b/src/applet-device-gsm.c
@@ -1332,7 +1332,7 @@ check_start_polling (GsmDeviceInfo *info)
* that if we get an unsolicited update from MM between polls we'll
* skip the next poll.
*/
- info->poll_id = g_timeout_add_seconds (33, gsm_poll_cb, info);
+ info->poll_id = g_timeout_add_seconds (33, gsm_poll_cb, info);
}
gsm_poll_cb (info);
} else {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]