mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-06 02:40:17 +01:00
wwan/ofono: whitespace fixup
This commit is contained in:
parent
8a827b1b4f
commit
019b34af62
2 changed files with 1 additions and 5 deletions
|
|
@ -305,7 +305,6 @@ ofono_enumerate_devices_done (GDBusProxy *proxy, GAsyncResult *res, gpointer use
|
|||
|
||||
static void ofono_appeared (NMModemManager *self);
|
||||
|
||||
|
||||
static void
|
||||
ofono_check_name_owner (NMModemManager *self)
|
||||
{
|
||||
|
|
@ -364,13 +363,12 @@ ofono_proxy_new_cb (GObject *source_object, GAsyncResult *res, gpointer user_dat
|
|||
gs_free_error GError *error = NULL;
|
||||
|
||||
self->priv->ofono_proxy = g_dbus_proxy_new_finish (res, &error);
|
||||
|
||||
if (error) {
|
||||
//FIXME: do stuff if there's an error.
|
||||
return;
|
||||
}
|
||||
|
||||
ofono_appeared (self);
|
||||
ofono_check_name_owner (self);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
|
|||
|
|
@ -175,8 +175,6 @@ disconnect_done (GDBusProxy *proxy,
|
|||
NMModemOfono *self = ctx->self;
|
||||
GError *error = NULL;
|
||||
|
||||
|
||||
|
||||
g_dbus_proxy_call_finish (proxy, result, &error);
|
||||
if (g_error_matches (error, G_IO_ERROR, G_IO_ERROR_CANCELLED)) {
|
||||
nm_log_dbg (LOGD_MB, "(%s): disconnect cancelled",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue