From c1cf5ae25ef25f28b910d8e48617a81f4ebc97d1 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Tue, 29 Nov 2016 10:46:05 -0600 Subject: [PATCH] netmon: Fix style issue --- src/netmon.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) {