aboutsummaryrefslogtreecommitdiffstats
path: root/embed
diff options
context:
space:
mode:
authorXan Lopez <xan@igalia.com>2012-09-08 20:25:22 +0800
committerXan Lopez <xan@igalia.com>2012-09-08 20:25:40 +0800
commit8f25e193643306b9faf15f0c1b84014d8352ca4c (patch)
tree73a76f6b8150714be794e07d664c7ac39b55b3e0 /embed
parentcc0119023a33ea35fb0dee2c7f0f41f56b700978 (diff)
downloadgsoc2013-epiphany-8f25e193643306b9faf15f0c1b84014d8352ca4c.tar
gsoc2013-epiphany-8f25e193643306b9faf15f0c1b84014d8352ca4c.tar.gz
gsoc2013-epiphany-8f25e193643306b9faf15f0c1b84014d8352ca4c.tar.bz2
gsoc2013-epiphany-8f25e193643306b9faf15f0c1b84014d8352ca4c.tar.lz
gsoc2013-epiphany-8f25e193643306b9faf15f0c1b84014d8352ca4c.tar.xz
gsoc2013-epiphany-8f25e193643306b9faf15f0c1b84014d8352ca4c.tar.zst
gsoc2013-epiphany-8f25e193643306b9faf15f0c1b84014d8352ca4c.zip
ephy-embed-shell: minor style fixes
Diffstat (limited to 'embed')
-rw-r--r--embed/ephy-embed-shell.c14
1 files changed, 7 insertions, 7 deletions
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;