Commit 1f9ae80a authored by Wayne Davison's avatar Wayne Davison

Fixed the indentation in init_flist().

parent 71020fc3
......@@ -79,10 +79,10 @@ static void output_flist(struct file_list *flist);
void init_flist(void)
{
struct file_struct f;
struct file_struct f;
/* Figure out how big the file_struct is without trailing padding */
min_file_struct_len = ((char*)&f.flags - (char*)&f) + sizeof f.flags;
/* Figure out how big the file_struct is without trailing padding */
min_file_struct_len = ((char*)&f.flags - (char*)&f) + sizeof f.flags;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment