Commit Diff


commit - 3d1fb67a1151cce4753ae85f6b011032e39eb435
commit + dc2745ec920dd9d588254dab4ecb6308622b06dc
blob - 0762e831406c5e0e9f9e6eae03824defa43b6b00
blob + 6d94e2ef4017332aaa8d60289a09e393f1dbbd99
--- lib/fileindex.c
+++ lib/fileindex.c
@@ -103,7 +103,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;