mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-12-14 00:17:35 +00:00
in-app-notification: Codestyle
This commit is contained in:
parent
73cf5081d0
commit
fd6fcbc3c0
1 changed files with 14 additions and 15 deletions
|
@ -83,8 +83,7 @@ calls_in_app_notification_set_property (GObject *object,
|
|||
{
|
||||
CallsInAppNotification *self = CALLS_IN_APP_NOTIFICATION (object);
|
||||
|
||||
switch (property_id)
|
||||
{
|
||||
switch (property_id) {
|
||||
case PROP_TIMEOUT:
|
||||
self->timeout = g_value_get_int (value);
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue