summaryrefslogtreecommitdiffstats
path: root/plugins/hso.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2011-08-09 19:30:10 +0200
committerMarcel Holtmann <marcel@holtmann.org>2011-08-09 16:50:30 -0700
commit75f06e792c115b8311f73e7f3ce53ec6bcf80ad7 (patch)
tree949bc6e28240a63f725bb33c6496b34c3d3e08f5 /plugins/hso.c
parent7f627b4034c65e74b3ba3a8d4784d46bb3778a68 (diff)
downloadofono-75f06e792c115b8311f73e7f3ce53ec6bcf80ad7.tar.bz2
hso: Fix minor whitespace mistakes
Diffstat (limited to 'plugins/hso.c')
-rw-r--r--plugins/hso.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/hso.c b/plugins/hso.c
index 4594c52b..3cae3cf8 100644
--- a/plugins/hso.c
+++ b/plugins/hso.c
@@ -410,7 +410,7 @@ static struct ofono_modem_driver hso_driver = {
.remove = hso_remove,
.enable = hso_enable,
.disable = hso_disable,
- .set_online = hso_set_online,
+ .set_online = hso_set_online,
.pre_sim = hso_pre_sim,
.post_sim = hso_post_sim,
.post_online = hso_post_online,