aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-spinner.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-05-15 22:35:17 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-05-15 22:35:52 +0800
commit4c8d6c7a90579e04d70520b6b9dde99136278a5b (patch)
tree16f7b719673951d1ff0512ec3491fdfa0dde5de1 /src/ephy-spinner.c
parentf6a6f3f5b6993ae5d8317c9d48caa927fd0d1186 (diff)
downloadgsoc2013-empathy-4c8d6c7a90579e04d70520b6b9dde99136278a5b.tar
gsoc2013-empathy-4c8d6c7a90579e04d70520b6b9dde99136278a5b.tar.gz
gsoc2013-empathy-4c8d6c7a90579e04d70520b6b9dde99136278a5b.tar.bz2
gsoc2013-empathy-4c8d6c7a90579e04d70520b6b9dde99136278a5b.tar.lz
gsoc2013-empathy-4c8d6c7a90579e04d70520b6b9dde99136278a5b.tar.xz
gsoc2013-empathy-4c8d6c7a90579e04d70520b6b9dde99136278a5b.tar.zst
gsoc2013-empathy-4c8d6c7a90579e04d70520b6b9dde99136278a5b.zip
ephy-spinner: remove trailing spaces
Diffstat (limited to 'src/ephy-spinner.c')
-rw-r--r--src/ephy-spinner.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ephy-spinner.c b/src/ephy-spinner.c
index 43b9bc990..be82ca71b 100644
--- a/src/ephy-spinner.c
+++ b/src/ephy-spinner.c
@@ -1,4 +1,4 @@
-/*
+/*
* Copyright © 2000 Eazel, Inc.
* Copyright © 2002-2004 Marco Pesenti Gritti
* Copyright © 2004, 2006 Christian Persch
@@ -20,7 +20,7 @@
* Author: Andy Hertzfeld <andy@eazel.com>
*
* Ephy port by Marco Pesenti Gritti <marco@it.gnome.org>
- *
+ *
* $Id: ephy-spinner.c 2114 2006-12-25 12:15:00Z mr $
*/
@@ -455,7 +455,7 @@ ephy_spinner_cache_init (EphySpinnerCache *cache)
static void
ephy_spinner_cache_finalize (GObject *object)
{
- EphySpinnerCache *cache = EPHY_SPINNER_CACHE (object);
+ EphySpinnerCache *cache = EPHY_SPINNER_CACHE (object);
EphySpinnerCachePrivate *priv = cache->priv;
g_hash_table_destroy (priv->hash);