From b20949002cffce5093d6fb93a6819ad3c296a1bd Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 9 Aug 2011 19:29:46 +0200 Subject: [PATCH] ste: Fix minor whitespace mistakes --- plugins/ste.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/ste.c b/plugins/ste.c index f7fe2b4..fb755fd 100644 --- a/plugins/ste.c +++ b/plugins/ste.c @@ -501,10 +501,10 @@ static struct ofono_modem_driver ste_driver = { .remove = ste_remove, .enable = ste_enable, .disable = ste_disable, - .set_online = ste_set_online, + .set_online = ste_set_online, .pre_sim = ste_pre_sim, .post_sim = ste_post_sim, - .post_online = ste_post_online, + .post_online = ste_post_online, }; static int ste_init(void) -- 2.7.4