diff options
author | Xan Lopez <xan@igalia.com> | 2012-04-02 17:48:59 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-04-02 17:48:59 +0800 |
commit | 1dcd2cf9478ec959ac7e54e594f073bf2fa562ee (patch) | |
tree | 5476f75ed943ecf5115f998e816c79bc0996577c | |
parent | 97748c9a587f518e762009fd727b5fb6b39d6fa3 (diff) | |
download | gsoc2013-epiphany-1dcd2cf9478ec959ac7e54e594f073bf2fa562ee.tar.gz gsoc2013-epiphany-1dcd2cf9478ec959ac7e54e594f073bf2fa562ee.tar.zst gsoc2013-epiphany-1dcd2cf9478ec959ac7e54e594f073bf2fa562ee.zip |
ephy-shell: fix whitespace
-rw-r--r-- | 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 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; |