diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2018-12-24 15:13:15 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2019-01-30 12:10:03 +0100 |
commit | bbb96cd3f9fefc4884e0239a166d5e64423b83f4 (patch) | |
tree | 11f7a925668ff0f70197f516dc1e14c2d1983114 /plugins/ublox/mm-modem-helpers-ublox.h | |
parent | c1aa658802940327369a6a4cc50d35a4a6a9b04e (diff) |
ublox: minor indentation fixes
Diffstat (limited to 'plugins/ublox/mm-modem-helpers-ublox.h')
-rw-r--r-- | plugins/ublox/mm-modem-helpers-ublox.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/plugins/ublox/mm-modem-helpers-ublox.h b/plugins/ublox/mm-modem-helpers-ublox.h index d47fd41e..4a0eec1e 100644 --- a/plugins/ublox/mm-modem-helpers-ublox.h +++ b/plugins/ublox/mm-modem-helpers-ublox.h @@ -35,9 +35,9 @@ typedef enum { } UpdateMethod; typedef struct UbloxSupportConfig { - UpdateMethod method; - FeatureSupport uact; - FeatureSupport ubandsel; + UpdateMethod method; + FeatureSupport uact; + FeatureSupport ubandsel; } UbloxSupportConfig; /*****************************************************************************/ @@ -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); |