diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2019-10-31 15:12:54 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2019-10-31 15:12:54 +0100 |
commit | 5def58d32717de8b47990dbbf66e6fca3f076a8f (patch) | |
tree | ccc0fe444238c3765a0ccd54f0c0ae28a70ee157 | |
parent | eb3f17ddccf9d54a1edd028eb0bd65380a93795a (diff) |
telit: minor coding style fixes
-rw-r--r-- | plugins/telit/mm-broadband-modem-telit.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/telit/mm-broadband-modem-telit.c b/plugins/telit/mm-broadband-modem-telit.c index c94d14c8..487e8260 100644 --- a/plugins/telit/mm-broadband-modem-telit.c +++ b/plugins/telit/mm-broadband-modem-telit.c @@ -334,8 +334,8 @@ location_load_capabilities_finish (MMIfaceModemLocation *self, static void gpsp_test_ready (MMIfaceModemLocation *self, - GAsyncResult *res, - GTask *task) + GAsyncResult *res, + GTask *task) { GError *error = NULL; MMModemLocationSource sources; @@ -349,7 +349,7 @@ gpsp_test_ready (MMIfaceModemLocation *self, else mm_dbg ("telit: GPS controller not supported: %s", error->message); - g_clear_error(&error); + g_clear_error (&error); g_task_return_int (task, sources); g_object_unref (task); } |