summaryrefslogtreecommitdiffstats
path: root/sys/fs/ext2fs/htree.h
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2014-03-04 03:10:31 +0000
committerpfg <pfg@FreeBSD.org>2014-03-04 03:10:31 +0000
commit4dd6e22c185e4b2e10499d050b5f3a25354a0f02 (patch)
tree8ccaf83be8553d3e330acbef18dfb795b8b5abf5 /sys/fs/ext2fs/htree.h
parent0ac98a52fde03484a7ee4a841dc2bf1a6792ddbd (diff)
downloadFreeBSD-src-4dd6e22c185e4b2e10499d050b5f3a25354a0f02.zip
FreeBSD-src-4dd6e22c185e4b2e10499d050b5f3a25354a0f02.tar.gz
MFC r262623, r262667:
ext2fs: use of tab vs spaces. Consistently use a single tab after a #define as mentioned in style(9). Use tabs instead of space for indenting. Fix a typo: "hash_vesion". No functional change.
Diffstat (limited to 'sys/fs/ext2fs/htree.h')
-rw-r--r--sys/fs/ext2fs/htree.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/sys/fs/ext2fs/htree.h b/sys/fs/ext2fs/htree.h
index b573ccf..3489d05 100644
--- a/sys/fs/ext2fs/htree.h
+++ b/sys/fs/ext2fs/htree.h
@@ -28,18 +28,18 @@
*/
#ifndef _FS_EXT2FS_HTREE_H_
-#define _FS_EXT2FS_HTREE_H_
+#define _FS_EXT2FS_HTREE_H_
/* EXT3 HTree directory indexing */
-#define EXT2_HTREE_LEGACY 0
-#define EXT2_HTREE_HALF_MD4 1
-#define EXT2_HTREE_TEA 2
-#define EXT2_HTREE_LEGACY_UNSIGNED 3
-#define EXT2_HTREE_HALF_MD4_UNSIGNED 4
-#define EXT2_HTREE_TEA_UNSIGNED 5
+#define EXT2_HTREE_LEGACY 0
+#define EXT2_HTREE_HALF_MD4 1
+#define EXT2_HTREE_TEA 2
+#define EXT2_HTREE_LEGACY_UNSIGNED 3
+#define EXT2_HTREE_HALF_MD4_UNSIGNED 4
+#define EXT2_HTREE_TEA_UNSIGNED 5
-#define EXT2_HTREE_EOF 0x7FFFFFFF
+#define EXT2_HTREE_EOF 0x7FFFFFFF
struct ext2fs_fake_direct {
uint32_t e2d_ino; /* inode number of entry */
OpenPOWER on IntegriCloud