diff src/cache.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/cache.c	Sun Apr 20 10:05:27 2008 +0000
+++ b/src/cache.c	Sun Apr 20 13:04:57 2008 +0000
@@ -23,7 +23,7 @@
  *-------------------------------------------------------------------
  * Cache data file format:
  *-------------------------------------------------------------------
- * 
+ *
  * SIMcache
  * #coment
  * Dimensions=[<width> x <height>]
@@ -31,8 +31,8 @@
  * Checksum=[<value>]
  * MD5sum=[<32 character ascii text digest>]
  * SimilarityGrid[32 x 32]=<3072 bytes of data (1024 pixels in RGB format, 1 pixel is 24bits)>
- * 
- * 
+ *
+ *
  * The first line (9 bytes) indicates it is a SIMcache format file. (new line char must exist)
  * Comment lines starting with a # are ignored up to a new line.
  * All data lines should end with a new line char.