diff src/format_raw.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 9995c5fb202a
children ddabc4873a3f
line wrap: on
line diff
--- a/src/format_raw.c	Sun Apr 20 10:05:27 2008 +0000
+++ b/src/format_raw.c	Sun Apr 20 13:04:57 2008 +0000
@@ -339,7 +339,7 @@
 	/* FIXME:
 	 * when the target is a tiff file it should be mmaped prior to format_raw_find as
 	 * the make field data may not always be within header_data + header_len
-	 */ 
+	 */
 	entry = format_raw_find(header_data, header_len);
 
 	if (!entry || !entry->func_parse) return FALSE;
@@ -566,6 +566,6 @@
 }
 #endif
 
-#endif 
+#endif
 /* not HAVE_EXIV2 */