summaryrefslogtreecommitdiffstats
path: root/sys/fs/ext2fs/htree.h
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2017-01-04 02:42:17 +0000
committerpfg <pfg@FreeBSD.org>2017-01-04 02:42:17 +0000
commitd33dc2f1033f927596031438c912c4dc3fa73e97 (patch)
tree3241aa61bb9e553409d30e7f63c5cf75b7ff2b3e /sys/fs/ext2fs/htree.h
parent668e71c0306719cc8865bd405bead79ee469021c (diff)
downloadFreeBSD-src-d33dc2f1033f927596031438c912c4dc3fa73e97.zip
FreeBSD-src-d33dc2f1033f927596031438c912c4dc3fa73e97.tar.gz
MFC r310705, r310706:
style(9) cleanups. Just to reduce some of the issues found with indent(1).
Diffstat (limited to 'sys/fs/ext2fs/htree.h')
-rw-r--r--sys/fs/ext2fs/htree.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/sys/fs/ext2fs/htree.h b/sys/fs/ext2fs/htree.h
index 3489d05..73547ec 100644
--- a/sys/fs/ext2fs/htree.h
+++ b/sys/fs/ext2fs/htree.h
@@ -42,10 +42,10 @@
#define EXT2_HTREE_EOF 0x7FFFFFFF
struct ext2fs_fake_direct {
- uint32_t e2d_ino; /* inode number of entry */
- uint16_t e2d_reclen; /* length of this record */
- uint8_t e2d_namlen; /* length of string in d_name */
- uint8_t e2d_type; /* file type */
+ uint32_t e2d_ino; /* inode number of entry */
+ uint16_t e2d_reclen; /* length of this record */
+ uint8_t e2d_namlen; /* length of string in d_name */
+ uint8_t e2d_type; /* file type */
};
struct ext2fs_htree_count {
@@ -60,17 +60,17 @@ struct ext2fs_htree_entry {
struct ext2fs_htree_root_info {
uint32_t h_reserved1;
- uint8_t h_hash_version;
- uint8_t h_info_len;
- uint8_t h_ind_levels;
- uint8_t h_reserved2;
+ uint8_t h_hash_version;
+ uint8_t h_info_len;
+ uint8_t h_ind_levels;
+ uint8_t h_reserved2;
};
struct ext2fs_htree_root {
struct ext2fs_fake_direct h_dot;
- char h_dot_name[4];
+ char h_dot_name[4];
struct ext2fs_fake_direct h_dotdot;
- char h_dotdot_name[4];
+ char h_dotdot_name[4];
struct ext2fs_htree_root_info h_info;
struct ext2fs_htree_entry h_entries[0];
};
@@ -97,4 +97,4 @@ struct ext2fs_htree_sort_entry {
uint32_t h_hash;
};
-#endif /* !_FS_EXT2FS_HTREE_H_ */
+#endif /* !_FS_EXT2FS_HTREE_H_ */
OpenPOWER on IntegriCloud