diff options
author | Denis Kenzior <denkenz@gmail.com> | 2014-03-05 12:25:43 -0600 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2014-03-10 11:53:22 -0500 |
commit | c54e4763f8f4f6239a778994cf68f077ad2b170d (patch) | |
tree | fa5d9349dc724299031e4ea1830d5c3ea28d9117 | |
parent | ea2b34eacda2d4e0930e66d4734c42de6bc61bf0 (diff) | |
download | ofono-c54e4763f8f4f6239a778994cf68f077ad2b170d.tar.bz2 |
he910: Fix whitespace
-rw-r--r-- | plugins/he910.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/he910.c b/plugins/he910.c index e050e0d8..8d32af96 100644 --- a/plugins/he910.c +++ b/plugins/he910.c @@ -203,7 +203,6 @@ static void cfun_enable_cb(gboolean ok, GAtResult *result, gpointer user_data) */ g_at_chat_send(data->chat, "AT#AUTOATT=0", none_prefix, NULL, NULL, NULL); - } static int he910_enable(struct ofono_modem *modem) |