From: Marcel Holtmann Date: Tue, 9 Aug 2011 17:29:35 +0000 (+0200) Subject: tc65: Fix minor whitespace mistakes X-Git-Tag: 1.0~130 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c1d150071b08f1787b05875f22041dc821932327;p=platform%2Fupstream%2Fofono.git tc65: Fix minor whitespace mistakes --- diff --git a/plugins/tc65.c b/plugins/tc65.c index 257113e..8c37e2b 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)