diff options
author | Dan Williams <dcbw@redhat.com> | 2010-03-12 16:59:39 -0800 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2010-03-12 16:59:39 -0800 |
commit | 2777f9f4884f04e0abc23e4df62391c3f0a3e0bd (patch) | |
tree | 79e2c3026588b1688cecf03ef786941a7b37a878 | |
parent | 4202bfb86e2ff6986d3aebdc38946367f09c2a9f (diff) |
trivial: spacing fixes
-rw-r--r-- | plugins/mm-modem-zte.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/mm-modem-zte.c b/plugins/mm-modem-zte.c index 4118d425..67d6ead5 100644 --- a/plugins/mm-modem-zte.c +++ b/plugins/mm-modem-zte.c @@ -94,15 +94,15 @@ get_allowed_mode_done (MMAtSerialPort *port, gpointer user_data) { MMCallbackInfo *info = (MMCallbackInfo *) user_data; - GRegex *r = NULL; - GMatchInfo *match_info; + GRegex *r = NULL; + GMatchInfo *match_info; info->error = mm_modem_check_removed (info->modem, error); if (info->error) goto done; - r = g_regex_new ("+ZSNT:\\s*(\\d),(\\d),(\\d)", G_REGEX_UNGREEDY, 0, NULL); - if (!r) { + r = g_regex_new ("+ZSNT:\\s*(\\d),(\\d),(\\d)", G_REGEX_UNGREEDY, 0, NULL); + if (!r) { info->error = g_error_new_literal (MM_MODEM_ERROR, MM_MODEM_ERROR_GENERAL, "Failed to parse the allowed mode response"); |