Commit Diff


commit - 48cfbb444c16e11978d3311f4bd7d5deea7cf8ef
commit + 117970257f3966f3ec2dd399c1923761d837b54c
blob - d2a03e1d84e482a3a77be76620b440f9c795ff85
blob + dcd9082cb34291a25d68c51f41a44fd11b36e78f
--- lib/fileindex.c
+++ lib/fileindex.c
@@ -101,7 +101,6 @@ got_fileindex_entry_update(struct got_fileindex_entry 
 		ie->flags &= ~GOT_FILEIDX_F_NO_FILE_ON_DISK;
 	}
 
-
 	if ((ie->flags & GOT_FILEIDX_F_NO_FILE_ON_DISK) == 0) {
 		if (update_timestamps) {
 			ie->ctime_sec = sb.st_ctim.tv_sec;