diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-05-15 22:35:17 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-05-15 22:35:52 +0800 |
commit | 4c8d6c7a90579e04d70520b6b9dde99136278a5b (patch) | |
tree | 16f7b719673951d1ff0512ec3491fdfa0dde5de1 | |
parent | f6a6f3f5b6993ae5d8317c9d48caa927fd0d1186 (diff) | |
download | gsoc2013-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
-rw-r--r-- | src/ephy-spinner.c | 6 |
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); |