Fix the coding style error 26/109326/1
authorDoHyun Pyun <dh79.pyun@samsung.com>
Tue, 10 Jan 2017 04:11:37 +0000 (13:11 +0900)
committerDoHyun Pyun <dh79.pyun@samsung.com>
Tue, 10 Jan 2017 04:11:37 +0000 (13:11 +0900)
Change-Id: I2915111b23bfc3427e63bd27b96c831ac5eed892
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
bt-service/bt-service-event-receiver.c

index 4de5074..a372c5b 100644 (file)
@@ -1678,7 +1678,7 @@ void __bt_gatt_char_property_changed_event(GVariant *msg,
        GVariantIter value_iter;
        char *property = NULL;
        GVariant *val = NULL;
-       g_variant_iter_init (&value_iter, msg);
+       g_variant_iter_init(&value_iter, msg);
        while ((g_variant_iter_loop(&value_iter, "{sv}", &property, &val))) {
                BT_INFO("Property %s", property);