summaryrefslogtreecommitdiffstats
path: root/plugins/mbm.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2011-08-09 19:30:01 +0200
committerMarcel Holtmann <marcel@holtmann.org>2011-08-09 16:50:30 -0700
commit7f627b4034c65e74b3ba3a8d4784d46bb3778a68 (patch)
tree13bbed7cd5e696027f3421a851e43be484922f86 /plugins/mbm.c
parentdc65e2d3c132017eb020c96781c6423b364d34ca (diff)
downloadofono-7f627b4034c65e74b3ba3a8d4784d46bb3778a68.tar.bz2
mbm: Fix minor whitespace mistakes
Diffstat (limited to 'plugins/mbm.c')
-rw-r--r--plugins/mbm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/mbm.c b/plugins/mbm.c
index 04e6623e..5c1b5b83 100644
--- a/plugins/mbm.c
+++ b/plugins/mbm.c
@@ -481,10 +481,10 @@ static struct ofono_modem_driver mbm_driver = {
.remove = mbm_remove,
.enable = mbm_enable,
.disable = mbm_disable,
- .set_online = mbm_set_online,
+ .set_online = mbm_set_online,
.pre_sim = mbm_pre_sim,
.post_sim = mbm_post_sim,
- .post_online = mbm_post_online,
+ .post_online = mbm_post_online,
};
static int mbm_init(void)