mbm: Fix minor whitespace mistakes

This commit is contained in:
Marcel Holtmann 2011-08-09 19:30:01 +02:00
parent dc65e2d3c1
commit 7f627b4034
1 changed files with 2 additions and 2 deletions

View File

@ -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)