telit: minor coding style fix

This commit is contained in:
Krzysztof Drobinski
2019-11-02 17:32:56 +01:00
parent c79d945073
commit 4a2e907e30

View File

@@ -202,8 +202,7 @@ gps_enabled_ready (MMBaseModem *self,
"Couldn't open raw GPS serial port");
} else
g_task_return_boolean (task, TRUE);
}
else
} else
g_task_return_boolean (task, TRUE);
g_object_unref (task);