tc65: Fix minor whitespace mistakes

This commit is contained in:
Marcel Holtmann 2011-08-09 19:29:35 +02:00
parent 83eb63083c
commit c1d150071b
1 changed files with 9 additions and 9 deletions

View File

@ -220,15 +220,15 @@ static void tc65_post_online(struct ofono_modem *modem)
}
static struct ofono_modem_driver tc65_driver = {
.name = "tc65",
.probe = tc65_probe,
.remove = tc65_remove,
.enable = tc65_enable,
.disable = tc65_disable,
.set_online = tc65_set_online,
.pre_sim = tc65_pre_sim,
.post_sim = tc65_post_sim,
.post_online = tc65_post_online,
.name = "tc65",
.probe = tc65_probe,
.remove = tc65_remove,
.enable = tc65_enable,
.disable = tc65_disable,
.set_online = tc65_set_online,
.pre_sim = tc65_pre_sim,
.post_sim = tc65_post_sim,
.post_online = tc65_post_online,
};
static int tc65_init(void)