ublox: minor indentation fixes
This commit is contained in:
@@ -487,7 +487,7 @@ set_current_bands (MMIfaceModem *_self,
|
|||||||
|
|
||||||
task = g_task_new (self, NULL, callback, user_data);
|
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 */
|
/* Build command */
|
||||||
if (self->priv->support_config.uact == FEATURE_SUPPORTED)
|
if (self->priv->support_config.uact == FEATURE_SUPPORTED)
|
||||||
|
@@ -104,6 +104,7 @@ GArray *mm_ublox_parse_urat_test_response (const gchar *response,
|
|||||||
|
|
||||||
/*****************************************************************************/
|
/*****************************************************************************/
|
||||||
/* Model-based config support loading */
|
/* Model-based config support loading */
|
||||||
|
|
||||||
gboolean mm_ublox_get_support_config (const gchar *model,
|
gboolean mm_ublox_get_support_config (const gchar *model,
|
||||||
UbloxSupportConfig *config,
|
UbloxSupportConfig *config,
|
||||||
GError **error);
|
GError **error);
|
||||||
|
Reference in New Issue
Block a user