[calls] best-match: Codestyle



commit 51598700d7f4822bfd67de8d6de1bf0955f67a3b
Author: Evangelos Ribeiro Tzaras <devrtz fortysixandtwo eu>
Date:   Thu Feb 17 11:04:31 2022 +0100

    best-match: Codestyle

 src/calls-best-match.c | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/src/calls-best-match.c b/src/calls-best-match.c
index a130f33e..2b44953b 100644
--- a/src/calls-best-match.c
+++ b/src/calls-best-match.c
@@ -74,16 +74,14 @@ search_view_prepare_cb (FolksSearchView *view,
 static void
 notify_name (CallsBestMatch *self)
 {
-  g_object_notify_by_pspec (G_OBJECT (self),
-                            props[PROP_NAME]);
+  g_object_notify_by_pspec (G_OBJECT (self), props[PROP_NAME]);
 }
 
 
 static void
 notify_avatar (CallsBestMatch *self)
 {
-  g_object_notify_by_pspec (G_OBJECT (self),
-                            props[PROP_AVATAR]);
+  g_object_notify_by_pspec (G_OBJECT (self), props[PROP_AVATAR]);
 }
 
 


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