summaryrefslogtreecommitdiff
path: root/src/netmon.c
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2016-11-29 10:46:05 -0600
committerDenis Kenzior <denkenz@gmail.com>2016-11-29 10:46:05 -0600
commitc1cf5ae25ef25f28b910d8e48617a81f4ebc97d1 (patch)
tree1f10af01875f5393e5059ba2aca59f0d6f17b786 /src/netmon.c
parent46c44a2b56fb116afcf0fade22db6ed94f5209be (diff)
downloadofono-c1cf5ae25ef25f28b910d8e48617a81f4ebc97d1.tar.gz
netmon: Fix style issue
Diffstat (limited to 'src/netmon.c')
-rw-r--r--src/netmon.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/netmon.c b/src/netmon.c
index ed818614..3345b035 100644
--- a/src/netmon.c
+++ b/src/netmon.c
@@ -95,7 +95,8 @@ void ofono_netmon_serving_cell_notify(struct ofono_netmon *netmon,
if (technology == NULL)
goto done;
- ofono_dbus_dict_append(&dict, "Technology", DBUS_TYPE_STRING, &technology);
+ ofono_dbus_dict_append(&dict, "Technology",
+ DBUS_TYPE_STRING, &technology);
while (next_info_type != OFONO_NETMON_INFO_INVALID) {
switch (next_info_type) {