[calls/gnome-41] best-match: codestyle



commit 46ddc228229f6cefbb6243879d840347e3447a43
Author: Evangelos Ribeiro Tzaras <devrtz fortysixandtwo eu>
Date:   Fri Sep 24 05:02:45 2021 +0200

    best-match: codestyle
    
    (cherry picked from commit d9e5c6a252d55e8b303ef49ae1edf0b1ac5bf954)

 src/calls-best-match.c | 6 ++++++
 1 file changed, 6 insertions(+)
---
diff --git a/src/calls-best-match.c b/src/calls-best-match.c
index 86255ed1..ad30448f 100644
--- a/src/calls-best-match.c
+++ b/src/calls-best-match.c
@@ -70,6 +70,7 @@ search_view_prepare_cb (FolksSearchView *view,
     g_warning ("Failed to prepare Folks search view: %s", error->message);
 }
 
+
 static void
 notify_name (CallsBestMatch *self)
 {
@@ -77,6 +78,7 @@ notify_name (CallsBestMatch *self)
                             props[PROP_NAME]);
 }
 
+
 static void
 notify_avatar (CallsBestMatch *self)
 {
@@ -84,6 +86,7 @@ notify_avatar (CallsBestMatch *self)
                             props[PROP_AVATAR]);
 }
 
+
 static void
 update_best_match (CallsBestMatch *self)
 {
@@ -158,6 +161,7 @@ set_property (GObject      *object,
   }
 }
 
+
 static void
 get_property (GObject      *object,
               guint         property_id,
@@ -291,6 +295,7 @@ calls_best_match_has_individual (CallsBestMatch *self)
   return !!self->best_match;
 }
 
+
 const char *
 calls_best_match_get_phone_number (CallsBestMatch *self)
 {
@@ -299,6 +304,7 @@ calls_best_match_get_phone_number (CallsBestMatch *self)
   return self->phone_number;
 }
 
+
 void
 calls_best_match_set_phone_number (CallsBestMatch *self,
                                    const char    *phone_number)


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