diff src/cache.c @ 512:f9bf33be53ff

Remove whitespace between function name and first parenthesis for the sake of consistency.
author zas_
date Thu, 24 Apr 2008 12:23:02 +0000
parents 135570a8bd96
children d84f2210a73c
line wrap: on
line diff
--- a/src/cache.c	Thu Apr 24 11:40:26 2008 +0000
+++ b/src/cache.c	Thu Apr 24 12:23:02 2008 +0000
@@ -173,7 +173,7 @@
 	cache_sim_write_md5sum(f, cd);
 	cache_sim_write_similarity(f, cd);
 
-	fclose (f);
+	fclose(f);
 
 	return TRUE;
 }