[grilo/wip/jfelder/add-related-keys-fix-annotation: 1/2] data: Remove trailing whitespaces



commit fc4db8c3e2f512a08dfa77b70df25074c418e73f
Author: Jean Felder <jean@small-ubu>
Date:   Sun Aug 25 20:08:42 2019 +0300

    data: Remove trailing whitespaces

 src/data/grl-data.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/data/grl-data.c b/src/data/grl-data.c
index 18a7c8b..c4f2694 100644
--- a/src/data/grl-data.c
+++ b/src/data/grl-data.c
@@ -635,7 +635,7 @@ is_canonical (const gchar *key)
 /**
  * grl_data_set_for_id:
  * @data: data to change
- * @key_name: name of the key to change or add 
+ * @key_name: name of the key to change or add
  * @value: the new value
  *
  * Sets the first value associated with @key_name in @data. This @key_name is used to create
@@ -693,7 +693,7 @@ grl_data_set_for_id (GrlData *data, const gchar *key_name, const GValue *value)
 /**
  * grl_data_add_for_id:
  * @data: data to change
- * @key_name: name of the key to change or add 
+ * @key_name: name of the key to change or add
  * @value: the new value
  *
  * Appends the value associated with @key_name to @data. This @key_name is used to create


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]