[epiphany] ephy-web-extension: fix coding style
- From: Xan Lopez <xan src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] ephy-web-extension: fix coding style
- Date: Tue, 12 Mar 2013 19:51:39 +0000 (UTC)
commit 57725fd30f7bc6d4f5e050cfb21db41d6397872a
Author: Xan Lopez <xan igalia com>
Date: Tue Mar 12 20:03:13 2013 +0100
ephy-web-extension: fix coding style
Patch by Carlos GarcĂa Campos <cgarcia igalia com>
embed/web-extension/ephy-web-extension.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/embed/web-extension/ephy-web-extension.c b/embed/web-extension/ephy-web-extension.c
index fe5b63a..4291890 100644
--- a/embed/web-extension/ephy-web-extension.c
+++ b/embed/web-extension/ephy-web-extension.c
@@ -87,7 +87,7 @@ handle_method_call (GDBusConnection *connection,
guint64 page_id;
gboolean has_modifed_forms;
- g_variant_get(parameters, "(t)", &page_id);
+ g_variant_get (parameters, "(t)", &page_id);
web_page = get_webkit_web_page_or_return_dbus_error (invocation, web_extension, page_id);
if (!web_page)
return;
@@ -102,7 +102,7 @@ handle_method_call (GDBusConnection *connection,
char *title = NULL;
guint64 page_id;
- g_variant_get(parameters, "(t)", &page_id);
+ g_variant_get (parameters, "(t)", &page_id);
web_page = get_webkit_web_page_or_return_dbus_error (invocation, web_extension, page_id);
if (!web_page)
return;
@@ -120,7 +120,7 @@ handle_method_call (GDBusConnection *connection,
guint64 page_id;
gboolean result;
- g_variant_get(parameters, "(ts)", &page_id, &base_uri);
+ g_variant_get (parameters, "(ts)", &page_id, &base_uri);
web_page = get_webkit_web_page_or_return_dbus_error (invocation, web_extension, page_id);
if (!web_page)
return;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]