tc65: Fix minor whitespace mistakes
authorMarcel Holtmann <marcel@holtmann.org>
Tue, 9 Aug 2011 17:29:35 +0000 (19:29 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Tue, 9 Aug 2011 23:50:29 +0000 (16:50 -0700)
plugins/tc65.c

index 257113e..8c37e2b 100644 (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)