summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJean Felder <jean@small-ubu>2019-08-25 20:08:42 +0300
committerJean Felder <jean@small-ubu>2019-08-25 20:08:42 +0300
commitfc4db8c3e2f512a08dfa77b70df25074c418e73f (patch)
tree82b862d7f48127f2a51da1286b97d2f84d8da8ab /src
parent7e24a84522b1cd5c56e251ef24e112427e65f4bd (diff)
downloadgrilo-fc4db8c3e2f512a08dfa77b70df25074c418e73f.tar.gz
data: Remove trailing whitespaces
Diffstat (limited to 'src')
-rw-r--r--src/data/grl-data.c4
1 files 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