Skip to content

Commit f3444d0

Browse files
committed
spacing
1 parent de8194f commit f3444d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dirlist.c

+1
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ dirlist_load(struct cebuf *buf, const char *path)
139139
fatal("%s: calloc failed while allocating entry",
140140
__func__);
141141
}
142+
142143
entry->info = ent->fts_info;
143144
entry->level = ent->fts_level;
144145
entry->size = ent->fts_statp->st_size;

0 commit comments

Comments
 (0)