From f529f80ec7839d18ecdb339979dbf13b82677fa0 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 9 Feb 2011 18:27:40 -0800 Subject: [PATCH] gobi: Fix small coding style issue --- plugins/gobi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/gobi.c b/plugins/gobi.c index 16bb0ed1..b559f335 100644 --- a/plugins/gobi.c +++ b/plugins/gobi.c @@ -307,10 +307,10 @@ static struct ofono_modem_driver gobi_driver = { .remove = gobi_remove, .enable = gobi_enable, .disable = gobi_disable, - .set_online = gobi_set_online, + .set_online = gobi_set_online, .pre_sim = gobi_pre_sim, .post_sim = gobi_post_sim, - .post_online = gobi_post_online, + .post_online = gobi_post_online, }; static int gobi_init(void)