[epiphany] ephy-shell: fix whitespace



commit 1dcd2cf9478ec959ac7e54e594f073bf2fa562ee
Author: Xan Lopez <xan igalia com>
Date:   Mon Apr 2 11:48:59 2012 +0200

    ephy-shell: fix whitespace

 src/ephy-shell.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/ephy-shell.c b/src/ephy-shell.c
index aea0ee6..290c5dc 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;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]