diff options
author | pfg <pfg@FreeBSD.org> | 2017-01-04 02:43:33 +0000 |
---|---|---|
committer | pfg <pfg@FreeBSD.org> | 2017-01-04 02:43:33 +0000 |
commit | 727faad5c0802cfedf4c00fb1abc90334a3e66a2 (patch) | |
tree | 7df126edd3ed1cf2e7cb7811e0d1c3c76dfdb98e /sys/fs/ext2fs/ext2_extern.h | |
parent | 273a5a38d4c101ccfe5588a69d5941cadbcd6b28 (diff) | |
download | FreeBSD-src-727faad5c0802cfedf4c00fb1abc90334a3e66a2.zip FreeBSD-src-727faad5c0802cfedf4c00fb1abc90334a3e66a2.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/ext2_extern.h')
-rw-r--r-- | sys/fs/ext2fs/ext2_extern.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/ext2fs/ext2_extern.h b/sys/fs/ext2fs/ext2_extern.h index 93bd3f7..5e9d18f 100644 --- a/sys/fs/ext2fs/ext2_extern.h +++ b/sys/fs/ext2fs/ext2_extern.h @@ -110,4 +110,4 @@ int ext2_search_dirblock(struct inode *, void *, int *, const char *, int, extern struct vop_vector ext2_vnodeops; extern struct vop_vector ext2_fifoops; -#endif /* !_FS_EXT2FS_EXT2_EXTERN_H_ */ +#endif /* !_FS_EXT2FS_EXT2_EXTERN_H_ */ |