ublox: minor indentation fixes

This commit is contained in:
Aleksander Morgado
2018-12-24 15:13:15 +01:00
parent c1aa658802
commit bbb96cd3f9
3 changed files with 80 additions and 79 deletions

View File

@@ -487,7 +487,7 @@ set_current_bands (MMIfaceModem *_self,
task = g_task_new (self, NULL, callback, user_data);
model = mm_iface_modem_get_model(_self);
model = mm_iface_modem_get_model (_self);
/* Build command */
if (self->priv->support_config.uact == FEATURE_SUPPORTED)

View File

@@ -104,6 +104,7 @@ GArray *mm_ublox_parse_urat_test_response (const gchar *response,
/*****************************************************************************/
/* Model-based config support loading */
gboolean mm_ublox_get_support_config (const gchar *model,
UbloxSupportConfig *config,
GError **error);