diff options
author | timr <timr@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-01-25 00:08:53 +0000 |
---|---|---|
committer | timr <timr@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-01-25 00:08:53 +0000 |
commit | fd8222f9b9db2a783b17ec9c59cf3fc22a4e4586 (patch) | |
tree | 5f329b7d0c7f20ecced0dc7581a9ba6dc720d965 /e2fsprogs/ext2fs/ext_attr.c | |
parent | 45d75f9ecc8f2b582407059da7d414f990ced68a (diff) | |
download | busybox-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/ext_attr.c')
-rw-r--r-- | e2fsprogs/ext2fs/ext_attr.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/e2fsprogs/ext2fs/ext_attr.c b/e2fsprogs/ext2fs/ext_attr.c index 08211c316..10b8bfd9d 100644 --- a/e2fsprogs/ext2fs/ext_attr.c +++ b/e2fsprogs/ext2fs/ext_attr.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | * ext_attr.c --- extended attribute blocks | 2 | * ext_attr.c --- extended attribute blocks |
3 | * | 3 | * |
4 | * Copyright (C) 2001 Andreas Gruenbacher, <a.gruenbacher@computer.org> | 4 | * Copyright (C) 2001 Andreas Gruenbacher, <a.gruenbacher@computer.org> |
5 | * | 5 | * |
6 | * Copyright (C) 2002 Theodore Ts'o. | 6 | * Copyright (C) 2002 Theodore Ts'o. |
@@ -27,7 +27,7 @@ errcode_t ext2fs_read_ext_attr(ext2_filsys fs, blk_t block, void *buf) | |||
27 | { | 27 | { |
28 | errcode_t retval; | 28 | errcode_t retval; |
29 | 29 | ||
30 | retval = io_channel_read_blk(fs->io, block, 1, buf); | 30 | retval = io_channel_read_blk(fs->io, block, 1, buf); |
31 | if (retval) | 31 | if (retval) |
32 | return retval; | 32 | return retval; |
33 | #ifdef EXT2FS_ENABLE_SWAPFS | 33 | #ifdef EXT2FS_ENABLE_SWAPFS |
@@ -55,7 +55,7 @@ errcode_t ext2fs_write_ext_attr(ext2_filsys fs, blk_t block, void *inbuf) | |||
55 | } else | 55 | } else |
56 | #endif | 56 | #endif |
57 | write_buf = (char *) inbuf; | 57 | write_buf = (char *) inbuf; |
58 | retval = io_channel_write_blk(fs->io, block, 1, write_buf); | 58 | retval = io_channel_write_blk(fs->io, block, 1, write_buf); |
59 | if (buf) | 59 | if (buf) |
60 | ext2fs_free_mem(&buf); | 60 | ext2fs_free_mem(&buf); |
61 | if (!retval) | 61 | if (!retval) |