diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2015-12-19 11:43:17 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2015-12-19 11:44:00 +0100 |
commit | 740e1b5461bda9ff28f3ad2210ecf7238c38e785 (patch) | |
tree | 6417e56c9e1e900e97ed353e880bc07ac43f9286 /plugins/telit/mm-modem-helpers-telit.c | |
parent | c4ffe572aeeefac240f16822ca1d2d258f78ad8d (diff) |
telit: fix minor coding style issues
Diffstat (limited to 'plugins/telit/mm-modem-helpers-telit.c')
-rw-r--r-- | plugins/telit/mm-modem-helpers-telit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/telit/mm-modem-helpers-telit.c b/plugins/telit/mm-modem-helpers-telit.c index 1ee046f0..972d51e5 100644 --- a/plugins/telit/mm-modem-helpers-telit.c +++ b/plugins/telit/mm-modem-helpers-telit.c @@ -29,7 +29,7 @@ /*****************************************************************************/ /* +CSIM response parser */ -gint parse_csim_response (const guint step, const gchar* response, GError** error) +gint parse_csim_response (const guint step, const gchar *response, GError **error) { GRegex *r = NULL; GMatchInfo *match_info = NULL; |