diff options
author | kib <kib@FreeBSD.org> | 2014-07-28 00:43:42 +0000 |
---|---|---|
committer | kib <kib@FreeBSD.org> | 2014-07-28 00:43:42 +0000 |
commit | 35e4a7c8ff8e4a47c6a41caeb2c302c5b6717713 (patch) | |
tree | 3772c56e8e7c2ec03cabfc5e6e67b6336ff2e519 /sys/fs/tmpfs/tmpfs_vnops.h | |
parent | 979b1ce80a0cf3e93e5d6ba74c059b48e47c9f01 (diff) | |
download | FreeBSD-src-35e4a7c8ff8e4a47c6a41caeb2c302c5b6717713.zip FreeBSD-src-35e4a7c8ff8e4a47c6a41caeb2c302c5b6717713.tar.gz |
MFC r268605:
Remove code separator lines which do not conform to style(9).
Diffstat (limited to 'sys/fs/tmpfs/tmpfs_vnops.h')
-rw-r--r-- | sys/fs/tmpfs/tmpfs_vnops.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/fs/tmpfs/tmpfs_vnops.h b/sys/fs/tmpfs/tmpfs_vnops.h index 985218c..1e06c13 100644 --- a/sys/fs/tmpfs/tmpfs_vnops.h +++ b/sys/fs/tmpfs/tmpfs_vnops.h @@ -39,8 +39,6 @@ #error not supposed to be exposed to userland. #endif -/* --------------------------------------------------------------------- */ - /* * Declarations for tmpfs_vnops.c. */ @@ -52,6 +50,4 @@ vop_getattr_t tmpfs_getattr; vop_setattr_t tmpfs_setattr; vop_reclaim_t tmpfs_reclaim; -/* --------------------------------------------------------------------- */ - #endif /* _FS_TMPFS_TMPFS_VNOPS_H_ */ |