comparison 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
comparison
equal deleted inserted replaced
511:e21da52016c8 512:f9bf33be53ff
171 cache_sim_write_date(f, cd); 171 cache_sim_write_date(f, cd);
172 cache_sim_write_checksum(f, cd); 172 cache_sim_write_checksum(f, cd);
173 cache_sim_write_md5sum(f, cd); 173 cache_sim_write_md5sum(f, cd);
174 cache_sim_write_similarity(f, cd); 174 cache_sim_write_similarity(f, cd);
175 175
176 fclose (f); 176 fclose(f);
177 177
178 return TRUE; 178 return TRUE;
179 } 179 }
180 180
181 /* 181 /*