diff src/typedefs.h @ 995:6ca2c5fd7b13

Whitespaces cleanup.
author zas_
date Mon, 25 Aug 2008 22:20:45 +0000
parents ba1d3c4bc0cd
children 68b0cb6ca8f0
line wrap: on
line diff
--- a/src/typedefs.h	Mon Aug 25 18:13:33 2008 +0000
+++ b/src/typedefs.h	Mon Aug 25 22:20:45 2008 +0000
@@ -370,7 +370,7 @@
 	gint unknown;		/* failed to load image */
 
 	ImageLoader *il;        /* FIXME - image loader should probably go to FileData, but it must first support
-	                           sending callbacks to multiple ImageWindows in parallel */
+				   sending callbacks to multiple ImageWindows in parallel */
 
 	gint has_frame;
 
@@ -465,7 +465,7 @@
 	GdkPixbuf *thumb_pixbuf;
 
 	GdkPixbuf *pixbuf; /* full-size image, only complete images, NULL during loading
-	                      all FileData with non-NULL pixbuf are referenced by image_cache */
+			      all FileData with non-NULL pixbuf are referenced by image_cache */
 
 	gint ref;
 	gint version; /* increased when any field in this structure is changed */