diff options
author | Diego Escalante Urrelo <diegoe@igalia.com> | 2012-04-01 08:45:26 +0800 |
---|---|---|
committer | Diego Escalante Urrelo <diegoe@igalia.com> | 2012-04-01 08:45:39 +0800 |
commit | 5d77c12a13b8c32be0fbf17492cc0df080365692 (patch) | |
tree | 28e24a3486ed6ff5c1ce034bf1cf6e65ed31a9ee /src/ephy-shell.c | |
parent | 0b05e95f4aea0ab11ab11828e0bcc0b920d6230e (diff) | |
download | gsoc2013-epiphany-5d77c12a13b8c32be0fbf17492cc0df080365692.tar gsoc2013-epiphany-5d77c12a13b8c32be0fbf17492cc0df080365692.tar.gz gsoc2013-epiphany-5d77c12a13b8c32be0fbf17492cc0df080365692.tar.bz2 gsoc2013-epiphany-5d77c12a13b8c32be0fbf17492cc0df080365692.tar.lz gsoc2013-epiphany-5d77c12a13b8c32be0fbf17492cc0df080365692.tar.xz gsoc2013-epiphany-5d77c12a13b8c32be0fbf17492cc0df080365692.tar.zst gsoc2013-epiphany-5d77c12a13b8c32be0fbf17492cc0df080365692.zip |
ephy-shell: whitespace nitpick in cast
Diffstat (limited to 'src/ephy-shell.c')
-rw-r--r-- | src/ephy-shell.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ephy-shell.c b/src/ephy-shell.c index 51135e8f0..aea0ee6c0 100644 --- a/src/ephy-shell.c +++ b/src/ephy-shell.c @@ -581,8 +581,8 @@ ephy_shell_init (EphyShell *shell) /* globally accessible singleton */ g_assert (ephy_shell == NULL); ephy_shell = shell; - g_object_add_weak_pointer (G_OBJECT(ephy_shell), - (gpointer *)ptr); + g_object_add_weak_pointer (G_OBJECT (ephy_shell), + (gpointer *) ptr); } static void |