diff options
author | Kazumasa Mitsunari <knimitz@witz-inc.co.jp> | 2018-02-23 17:32:47 +0900 |
---|---|---|
committer | Kazumasa Mitsunari <knimitz@witz-inc.co.jp> | 2018-02-23 17:32:47 +0900 |
commit | 3709bad2f248aff6bfcdb93700a463e9eda23180 (patch) | |
tree | 97ce136e2f99974fe3f0f3cbc438f0fcc52e6d57 /src/sm-helper.c | |
parent | b1be03d9670f166af53f1d06275e2428e8c99779 (diff) |
Remove trailing spaces
Change-Id: I0c78a163c3fc4549d5407f2ea8e5233c94de8dc8
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
Diffstat (limited to 'src/sm-helper.c')
-rw-r--r-- | src/sm-helper.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/sm-helper.c b/src/sm-helper.c index 3300d67..3794c30 100644 --- a/src/sm-helper.c +++ b/src/sm-helper.c @@ -111,7 +111,7 @@ void sm_add_object_to_json_object_func(struct json_object* j_obj, const char* ve { va_list args; va_start(args, count); - + json_object_object_add(j_obj,"verb", json_object_new_string(verb_name)); for(int i = 0; i < count; ++i ) @@ -157,9 +157,9 @@ int sm_search_routing_event_name_index(const char* value) } GVariant* create_source_data(guint16 sourceID, guint16 domainID, const char* appname, guint16 sourceClassID, - gint32 sourceState, gint16 volume, gboolean visible, struct availability_s availables, - guint16 interrupt, struct sound_property_s soundPropertyList, gint32 connectionFormatList, - struct main_sound_property_s mainPropertyList, struct notification_config_s NConfRouting, + gint32 sourceState, gint16 volume, gboolean visible, struct availability_s availables, + guint16 interrupt, struct sound_property_s soundPropertyList, gint32 connectionFormatList, + struct main_sound_property_s mainPropertyList, struct notification_config_s NConfRouting, struct notification_config_s NConfCommand) { GVariantBuilder builder; |