mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-12-14 00:17:35 +00:00
application: Whitespaces style nitpicks
This commit is contained in:
parent
f8c65b9326
commit
b893c81375
1 changed files with 5 additions and 3 deletions
|
@ -349,6 +349,7 @@ dial_action (GSimpleAction *action,
|
||||||
call_number (self, number);
|
call_number (self, number);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
static void
|
static void
|
||||||
copy_number (GSimpleAction *action,
|
copy_number (GSimpleAction *action,
|
||||||
GVariant *parameter,
|
GVariant *parameter,
|
||||||
|
@ -363,6 +364,7 @@ copy_number (GSimpleAction *action,
|
||||||
g_debug ("Copied `%s' to clipboard", number);
|
g_debug ("Copied `%s' to clipboard", number);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
static void
|
static void
|
||||||
show_accounts (GSimpleAction *action,
|
show_accounts (GSimpleAction *action,
|
||||||
GVariant *parameter,
|
GVariant *parameter,
|
||||||
|
|
Loading…
Reference in a new issue