From 8f25e193643306b9faf15f0c1b84014d8352ca4c Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Sat, 8 Sep 2012 14:25:22 +0200 Subject: ephy-embed-shell: minor style fixes --- embed/ephy-embed-shell.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'embed') diff --git a/embed/ephy-embed-shell.c b/embed/ephy-embed-shell.c index 251e15353..e5c41d735 100644 --- a/embed/ephy-embed-shell.c +++ b/embed/ephy-embed-shell.c @@ -271,9 +271,9 @@ ephy_embed_shell_prepare_close (EphyEmbedShell *shell) static void ephy_embed_shell_set_property (GObject *object, - guint prop_id, - const GValue *value, - GParamSpec *pspec) + guint prop_id, + const GValue *value, + GParamSpec *pspec) { EphyEmbedShell *embed_shell = EPHY_EMBED_SHELL (object); @@ -288,9 +288,9 @@ ephy_embed_shell_set_property (GObject *object, static void ephy_embed_shell_get_property (GObject *object, - guint prop_id, - GValue *value, - GParamSpec *pspec) + guint prop_id, + GValue *value, + GParamSpec *pspec) { EphyEmbedShell *embed_shell = EPHY_EMBED_SHELL (object); @@ -510,7 +510,7 @@ ephy_embed_shell_get_page_setup (EphyEmbedShell *shell) **/ void ephy_embed_shell_set_print_settings (EphyEmbedShell *shell, - GtkPrintSettings *settings) + GtkPrintSettings *settings) { EphyEmbedShellPrivate *priv; char *path; -- cgit v1.2.3