summaryrefslogtreecommitdiffstats
path: root/plugins/zte.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2011-08-09 19:21:58 +0200
committerMarcel Holtmann <marcel@holtmann.org>2011-08-09 16:50:29 -0700
commit83eb63083c2afdc7951240bcd2feb7cd09f71e90 (patch)
treeb6c65ae26a131724fcef3639272d08190da14a56 /plugins/zte.c
parentd79850f21519a88db34ef85a8a7e2cb473136f61 (diff)
downloadofono-83eb63083c2afdc7951240bcd2feb7cd09f71e90.tar.bz2
zte: Fix minor whitespace mistakes
Diffstat (limited to 'plugins/zte.c')
-rw-r--r--plugins/zte.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/zte.c b/plugins/zte.c
index 9bbcefde..6a377982 100644
--- a/plugins/zte.c
+++ b/plugins/zte.c
@@ -90,9 +90,9 @@ static void zte_remove(struct ofono_modem *modem)
static void zte_debug(const char *str, void *user_data)
{
- const char *prefix = user_data;
+ const char *prefix = user_data;
- ofono_info("%s%s", prefix, str);
+ ofono_info("%s%s", prefix, str);
}
static GAtChat *open_device(struct ofono_modem *modem,
@@ -372,10 +372,10 @@ static struct ofono_modem_driver zte_driver = {
.remove = zte_remove,
.enable = zte_enable,
.disable = zte_disable,
- .set_online = zte_set_online,
+ .set_online = zte_set_online,
.pre_sim = zte_pre_sim,
.post_sim = zte_post_sim,
- .post_online = zte_post_online,
+ .post_online = zte_post_online,
};
static int zte_init(void)