summaryrefslogtreecommitdiffstats
path: root/src/sm-helper.h
diff options
context:
space:
mode:
authorKazumasa Mitsunari <knimitz@witz-inc.co.jp>2018-02-23 17:32:47 +0900
committerKazumasa Mitsunari <knimitz@witz-inc.co.jp>2018-02-23 17:32:47 +0900
commit3709bad2f248aff6bfcdb93700a463e9eda23180 (patch)
tree97ce136e2f99974fe3f0f3cbc438f0fcc52e6d57 /src/sm-helper.h
parentb1be03d9670f166af53f1d06275e2428e8c99779 (diff)
Remove trailing spaces
Change-Id: I0c78a163c3fc4549d5407f2ea8e5233c94de8dc8 Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
Diffstat (limited to 'src/sm-helper.h')
-rw-r--r--src/sm-helper.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/sm-helper.h b/src/sm-helper.h
index f6a3601..1737f48 100644
--- a/src/sm-helper.h
+++ b/src/sm-helper.h
@@ -84,9 +84,9 @@ void sm_add_object_to_json_object_func(struct json_object* j_obj, const char* ve
int sm_search_event_name_index(const char* value);
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);
GVariant* create_domain_data(struct domain_data*);