diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2011-08-09 19:29:46 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2011-08-09 16:50:29 -0700 |
commit | b20949002cffce5093d6fb93a6819ad3c296a1bd (patch) | |
tree | 75a645adf59f73379140d9e95fcdb8035e68eba0 | |
parent | c1d150071b08f1787b05875f22041dc821932327 (diff) | |
download | ofono-b20949002cffce5093d6fb93a6819ad3c296a1bd.tar.bz2 |
ste: Fix minor whitespace mistakes
-rw-r--r-- | plugins/ste.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/ste.c b/plugins/ste.c index f7fe2b4a..fb755fd3 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) |