summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2010-05-19 05:26:35 -0500
committerDenis Kenzior <denkenz@gmail.com>2010-05-19 05:26:35 -0500
commit83fc72c95a422121804f91eaa6d428a6f80e90eb (patch)
treeebe312025cb65346e383461939ece3e55e23ad1d
parent1803f00c6e83e1d0d9d0c310e02425e9b48b38b1 (diff)
downloadofono-83fc72c95a422121804f91eaa6d428a6f80e90eb.tar.bz2
core: Trivial whitespace error
-rw-r--r--src/modem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modem.c b/src/modem.c
index bf77eb98..04fba15e 100644
--- a/src/modem.c
+++ b/src/modem.c
@@ -54,7 +54,7 @@ struct ofono_modem {
GSList *atoms;
GSList *pre_sim_atoms;
struct ofono_watchlist *atom_watches;
- GSList *interface_list;
+ GSList *interface_list;
unsigned int call_ids;
DBusMessage *pending;
guint interface_update;