From 1dcd2cf9478ec959ac7e54e594f073bf2fa562ee Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Mon, 2 Apr 2012 11:48:59 +0200 Subject: ephy-shell: fix whitespace --- src/ephy-shell.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ephy-shell.c b/src/ephy-shell.c index aea0ee6c0..290c5dcc6 100644 --- a/src/ephy-shell.c +++ b/src/ephy-shell.c @@ -582,7 +582,7 @@ ephy_shell_init (EphyShell *shell) g_assert (ephy_shell == NULL); ephy_shell = shell; g_object_add_weak_pointer (G_OBJECT (ephy_shell), - (gpointer *) ptr); + (gpointer *)ptr); } static void @@ -1034,7 +1034,7 @@ ephy_shell_get_pdm_dialog (EphyShell *shell) dialog = &shell->priv->pdm_dialog; g_object_add_weak_pointer (shell->priv->pdm_dialog, - (gpointer *) dialog); + (gpointer *)dialog); } return shell->priv->pdm_dialog; @@ -1056,7 +1056,7 @@ ephy_shell_get_prefs_dialog (EphyShell *shell) dialog = &shell->priv->prefs_dialog; g_object_add_weak_pointer (shell->priv->prefs_dialog, - (gpointer *) dialog); + (gpointer *)dialog); } return shell->priv->prefs_dialog; -- cgit