summaryrefslogtreecommitdiffstats
path: root/plugins/tc65.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2011-08-09 19:29:35 +0200
committerMarcel Holtmann <marcel@holtmann.org>2011-08-09 16:50:29 -0700
commitc1d150071b08f1787b05875f22041dc821932327 (patch)
treed5beef82a33a035d87b9e7445d6bb55da745bb76 /plugins/tc65.c
parent83eb63083c2afdc7951240bcd2feb7cd09f71e90 (diff)
downloadofono-c1d150071b08f1787b05875f22041dc821932327.tar.bz2
tc65: Fix minor whitespace mistakes
Diffstat (limited to 'plugins/tc65.c')
-rw-r--r--plugins/tc65.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/plugins/tc65.c b/plugins/tc65.c
index 257113e8..8c37e2b0 100644
--- a/plugins/tc65.c
+++ b/plugins/tc65.c
@@ -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)