diff src/thumb.c @ 442:4b2d7f9af171

Big whitespaces cleanup: - drop whitespaces at end of lines - convert eight spaces to tab at start of lines - drop spurious spaces mixed with tabs - remove empty lines at end of files
author zas_
date Sun, 20 Apr 2008 13:04:57 +0000
parents 767b53cd9ab7
children ddabc4873a3f
line wrap: on
line diff
--- a/src/thumb.c	Sun Apr 20 10:05:27 2008 +0000
+++ b/src/thumb.c	Sun Apr 20 13:04:57 2008 +0000
@@ -88,7 +88,7 @@
 	gchar *cache_dir;
 	gint success = FALSE;
 	mode_t mode = 0755;
-	
+
 	if (!tl) return FALSE;
 
 	cache_dir = cache_get_location(CACHE_TYPE_THUMB, tl->path, FALSE, &mode);
@@ -292,7 +292,7 @@
 
 void thumb_loader_set_cache(ThumbLoader *tl, gint enable_cache, gint local, gint retry_failed)
 {
-        if (!tl) return;
+	if (!tl) return;
 
 	if (tl->standard_loader)
 		{
@@ -387,7 +387,7 @@
 			{
 			thumb_loader_mark_failure(tl);
 			}
-		
+
 		image_loader_free(tl->il);
 		tl->il = NULL;
 		return FALSE;
@@ -649,7 +649,7 @@
 			pixbuf = gdk_pixbuf_scale_simple(tmp, width, height, GDK_INTERP_NEAREST);
 			gdk_pixbuf_unref(tmp);
 			}
-	
+
 		return pixbuf;
 		}