netmon: Fix style issue

This commit is contained in:
Denis Kenzior 2016-11-29 10:46:05 -06:00
parent 46c44a2b56
commit c1cf5ae25e
1 changed files with 2 additions and 1 deletions

View File

@ -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) {