[gnome-todo] animatable: Trivial cleanup



commit 99f9286dfcba56b1da320d47cd294b777f83137e
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Fri Sep 25 17:08:04 2020 -0300

    animatable: Trivial cleanup

 src/animation/gtd-animatable.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/animation/gtd-animatable.c b/src/animation/gtd-animatable.c
index f2e3396..7389a22 100644
--- a/src/animation/gtd-animatable.c
+++ b/src/animation/gtd-animatable.c
@@ -60,7 +60,7 @@ gtd_animatable_default_init (GtdAnimatableInterface *iface)
  */
 GParamSpec *
 gtd_animatable_find_property (GtdAnimatable *animatable,
-                                  const gchar       *property_name)
+                              const gchar   *property_name)
 {
   GtdAnimatableInterface *iface;
 
@@ -89,8 +89,8 @@ gtd_animatable_find_property (GtdAnimatable *animatable,
  */
 void
 gtd_animatable_get_initial_state (GtdAnimatable *animatable,
-                                      const gchar       *property_name,
-                                      GValue            *value)
+                                  const gchar   *property_name,
+                                  GValue        *value)
 {
   GtdAnimatableInterface *iface;
 


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