1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-06-30 15:49:31 +00:00

best-match: Codestyle

This commit is contained in:
Evangelos Ribeiro Tzaras 2022-02-17 11:04:31 +01:00
parent 6e7984cb5d
commit 51598700d7

View file

@ -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]);
}