aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ext2fs/dirblock.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ext2fs/dirblock.c')
-rw-r--r--lib/ext2fs/dirblock.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ext2fs/dirblock.c b/lib/ext2fs/dirblock.c
index c61e001c..501c6560 100644
--- a/lib/ext2fs/dirblock.c
+++ b/lib/ext2fs/dirblock.c
@@ -1,6 +1,6 @@
/*
* dirblock.c --- directory block routines.
- *
+ *
* Copyright (C) 1995, 1996 Theodore Ts'o.
*
* %Begin-Header%
@@ -26,7 +26,7 @@ errcode_t ext2fs_read_dir_block2(ext2_filsys fs, blk_t block,
char *p, *end;
struct ext2_dir_entry *dirent;
unsigned int name_len, rec_len;
-
+
retval = io_channel_read_blk(fs->io, block, 1, buf);
if (retval)