summaryrefslogtreecommitdiffstats
path: root/plugins/phonesim.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2011-08-09 19:29:53 +0200
committerMarcel Holtmann <marcel@holtmann.org>2011-08-09 16:50:30 -0700
commitdc65e2d3c132017eb020c96781c6423b364d34ca (patch)
tree4f21fbdb2f7666dcdc719f5927a42e8091b68da0 /plugins/phonesim.c
parentb20949002cffce5093d6fb93a6819ad3c296a1bd (diff)
downloadofono-dc65e2d3c132017eb020c96781c6423b364d34ca.tar.bz2
phonesim: Fix minor whitespace mistakes
Diffstat (limited to 'plugins/phonesim.c')
-rw-r--r--plugins/phonesim.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/phonesim.c b/plugins/phonesim.c
index e81a2b41..f261b560 100644
--- a/plugins/phonesim.c
+++ b/plugins/phonesim.c
@@ -348,11 +348,11 @@ static void phonesim_ctm_set(struct ofono_ctm *ctm, ofono_bool_t enable,
}
static struct ofono_gprs_context_driver context_driver = {
- .name = "phonesim",
- .probe = phonesim_context_probe,
- .remove = phonesim_context_remove,
- .activate_primary = phonesim_activate_primary,
- .deactivate_primary = phonesim_deactivate_primary,
+ .name = "phonesim",
+ .probe = phonesim_context_probe,
+ .remove = phonesim_context_remove,
+ .activate_primary = phonesim_activate_primary,
+ .deactivate_primary = phonesim_deactivate_primary,
};
static struct ofono_ctm_driver ctm_driver = {