diff read_cache.c @ 388:90ca650854e0 src

Remove all trailing whitespace, patch by Erik Hovland *erik$hovland dot org%
author rathann
date Sat, 06 Sep 2008 21:55:51 +0000
parents 579a3538d284
children d3c273ced49c
line wrap: on
line diff
--- a/read_cache.c	Sun Aug 31 18:13:23 2008 +0000
+++ b/read_cache.c	Sat Sep 06 21:55:51 2008 +0000
@@ -260,7 +260,7 @@
 
   if (use >= 0) {
     read_cache_chunk_t *chunk;
-    
+
     /* Increment read-ahead size if sector follows the last sector */
     if (sector == (self->last_sector + 1)) {
       if (self->read_ahead_incr < READ_AHEAD_SIZE_MAX)