just whitespace
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* mkdir.c --- make a directory in the filesystem
|
||||
*
|
||||
*
|
||||
* Copyright (C) 1994, 1995 Theodore Ts'o.
|
||||
*
|
||||
* %Begin-Header%
|
||||
@ -94,7 +94,7 @@ errcode_t ext2fs_mkdir(ext2_filsys fs, ext2_ino_t parent, ext2_ino_t inum,
|
||||
retval = ext2fs_write_dir_block(fs, blk, block);
|
||||
if (retval)
|
||||
goto cleanup;
|
||||
retval = ext2fs_write_new_inode(fs, ino, &inode);
|
||||
retval = ext2fs_write_new_inode(fs, ino, &inode);
|
||||
if (retval)
|
||||
goto cleanup;
|
||||
|
||||
@ -125,7 +125,7 @@ errcode_t ext2fs_mkdir(ext2_filsys fs, ext2_ino_t parent, ext2_ino_t inum,
|
||||
if (retval)
|
||||
goto cleanup;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* Update accounting....
|
||||
*/
|
||||
|
Reference in New Issue
Block a user