[calls] application: Whitespaces style nitpicks
- From: Evangelos Ribeiro Tzaras <devrtz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [calls] application: Whitespaces style nitpicks
- Date: Thu, 1 Sep 2022 16:57:18 +0000 (UTC)
commit b893c81375bbc6cfaaa39000b46b5d82f7d72890
Author: Evangelos Ribeiro Tzaras <devrtz fortysixandtwo eu>
Date: Thu Aug 18 02:53:34 2022 +0200
application: Whitespaces style nitpicks
src/calls-application.c | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/src/calls-application.c b/src/calls-application.c
index db2ec5f9..302f117c 100644
--- a/src/calls-application.c
+++ b/src/calls-application.c
@@ -309,7 +309,7 @@ open_tel_uri (CallsApplication *self,
const char *uri)
{
const char *number = NULL;
- g_autofree char* uri_str = g_uri_unescape_string(uri, NULL);
+ g_autofree char* uri_str = g_uri_unescape_string (uri, NULL);
g_debug ("Opening tel URI `%s'", uri);
@@ -349,6 +349,7 @@ dial_action (GSimpleAction *action,
call_number (self, number);
}
+
static void
copy_number (GSimpleAction *action,
GVariant *parameter,
@@ -363,6 +364,7 @@ copy_number (GSimpleAction *action,
g_debug ("Copied `%s' to clipboard", number);
}
+
static void
show_accounts (GSimpleAction *action,
GVariant *parameter,
@@ -390,9 +392,9 @@ static const GActionEntry actions[] =
{ "set-default-providers", set_default_providers_action, NULL },
{ "set-daemon", set_daemon_action, NULL },
{ "dial", dial_action, "s" },
- { "copy-number", copy_number, "s"},
+ { "copy-number", copy_number, "s" },
/* TODO About dialog { "about", show_about, NULL}, */
- { "accounts", show_accounts, NULL},
+ { "accounts", show_accounts, NULL },
};
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]