style fixes, no code changes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2010-01-28 12:30:24 +01:00
parent 6b9f163353
commit 083e172641
6 changed files with 11 additions and 11 deletions

View File

@@ -48,7 +48,7 @@ static errcode_t follow_link(ext2_filsys fs, ext2_ino_t root, ext2_ino_t dir,
if (link_count++ > 5) {
return EXT2_ET_SYMLINK_LOOP;
}
if (ext2fs_inode_data_blocks(fs,&ei)) {
if (ext2fs_inode_data_blocks(fs, &ei)) {
retval = ext2fs_get_mem(fs->blocksize, &buffer);
if (retval)
return retval;