diff src/image.c @ 995:6ca2c5fd7b13

Whitespaces cleanup.
author zas_
date Mon, 25 Aug 2008 22:20:45 +0000
parents c879a4c14f33
children 4fe8f9656107
line wrap: on
line diff
--- a/src/image.c	Mon Aug 25 18:13:33 2008 +0000
+++ b/src/image.c	Mon Aug 25 22:20:45 2008 +0000
@@ -1356,7 +1356,7 @@
 	ImageWindow *imd = data;
 
 	if (!imd || !image_get_pixbuf(imd) ||
-	    /* imd->il || */ /* loading in progress - do not check - it should start from the beginning anyway */ 
+	    /* imd->il || */ /* loading in progress - do not check - it should start from the beginning anyway */
 	    !imd->image_fd || /* nothing to reload */
 	    imd->state == IMAGE_STATE_NONE /* loading not started, no need to reload */
 	    ) return;