diff options
author | Dave Kleikamp <shaggy@austin.ibm.com> | 2007-05-24 13:04:54 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2007-05-31 16:20:14 -0400 |
commit | 8c55e20411c9499c52890a081724a8b71f3dc3a1 (patch) | |
tree | 82f1badade34aa5a5461a4ae5141c30a9a64cc66 /include/linux/ext4_fs_extents.h | |
parent | 54ca4123363f388ab724fc66da92b87dc05395c3 (diff) | |
download | blackbird-op-linux-8c55e20411c9499c52890a081724a8b71f3dc3a1.tar.gz blackbird-op-linux-8c55e20411c9499c52890a081724a8b71f3dc3a1.zip |
EXT4: Fix whitespace
Replace a lot of spaces with tabs
Signed-off-by: Dave Kleikamp <shaggy@linux.vnet.ibm.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'include/linux/ext4_fs_extents.h')
-rw-r--r-- | include/linux/ext4_fs_extents.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/ext4_fs_extents.h b/include/linux/ext4_fs_extents.h index 7eb1d73fc5d1..da23233a6627 100644 --- a/include/linux/ext4_fs_extents.h +++ b/include/linux/ext4_fs_extents.h @@ -151,8 +151,8 @@ typedef int (*ext_prepare_callback)(struct inode *, struct ext4_ext_path *, ((struct ext4_extent_idx *) (((char *) (__hdr__)) + \ sizeof(struct ext4_extent_header))) #define EXT_HAS_FREE_INDEX(__path__) \ - (le16_to_cpu((__path__)->p_hdr->eh_entries) \ - < le16_to_cpu((__path__)->p_hdr->eh_max)) + (le16_to_cpu((__path__)->p_hdr->eh_entries) \ + < le16_to_cpu((__path__)->p_hdr->eh_max)) #define EXT_LAST_EXTENT(__hdr__) \ (EXT_FIRST_EXTENT((__hdr__)) + le16_to_cpu((__hdr__)->eh_entries) - 1) #define EXT_LAST_INDEX(__hdr__) \ |