aboutsummaryrefslogtreecommitdiff
path: root/e2fsprogs/ext2fs/valid_blk.c
diff options
context:
space:
mode:
authortimr <timr@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-01-25 00:08:53 +0000
committertimr <timr@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-01-25 00:08:53 +0000
commitfd8222f9b9db2a783b17ec9c59cf3fc22a4e4586 (patch)
tree5f329b7d0c7f20ecced0dc7581a9ba6dc720d965 /e2fsprogs/ext2fs/valid_blk.c
parent45d75f9ecc8f2b582407059da7d414f990ced68a (diff)
downloadbusybox-w32-fd8222f9b9db2a783b17ec9c59cf3fc22a4e4586.tar.gz
busybox-w32-fd8222f9b9db2a783b17ec9c59cf3fc22a4e4586.tar.bz2
busybox-w32-fd8222f9b9db2a783b17ec9c59cf3fc22a4e4586.zip
just whitespace
git-svn-id: svn://busybox.net/trunk/busybox@13584 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'e2fsprogs/ext2fs/valid_blk.c')
-rw-r--r--e2fsprogs/ext2fs/valid_blk.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/e2fsprogs/ext2fs/valid_blk.c b/e2fsprogs/ext2fs/valid_blk.c
index 29ff27a7c..d0367e71c 100644
--- a/e2fsprogs/ext2fs/valid_blk.c
+++ b/e2fsprogs/ext2fs/valid_blk.c
@@ -2,12 +2,12 @@
2 * valid_blk.c --- does the inode have valid blocks? 2 * valid_blk.c --- does the inode have valid blocks?
3 * 3 *
4 * Copyright 1997 by Theodore Ts'o 4 * Copyright 1997 by Theodore Ts'o
5 * 5 *
6 * %Begin-Header% 6 * %Begin-Header%
7 * This file may be redistributed under the terms of the GNU Public 7 * This file may be redistributed under the terms of the GNU Public
8 * License. 8 * License.
9 * %End-Header% 9 * %End-Header%
10 * 10 *
11 */ 11 */
12 12
13#include <stdio.h> 13#include <stdio.h>
@@ -33,7 +33,7 @@ int ext2fs_inode_has_valid_blocks(struct ext2_inode *inode)
33 if (!LINUX_S_ISDIR(inode->i_mode) && !LINUX_S_ISREG(inode->i_mode) && 33 if (!LINUX_S_ISDIR(inode->i_mode) && !LINUX_S_ISREG(inode->i_mode) &&
34 !LINUX_S_ISLNK(inode->i_mode)) 34 !LINUX_S_ISLNK(inode->i_mode))
35 return 0; 35 return 0;
36 36
37 /* 37 /*
38 * If the symbolic link is a "fast symlink", then the symlink 38 * If the symbolic link is a "fast symlink", then the symlink
39 * target is stored in the block entries. 39 * target is stored in the block entries.