mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
Small style(9) issue: spaces vs TAB.
This commit is contained in:
parent
ce8d06fe87
commit
2c75d7b08d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=323980
1 changed files with 1 additions and 1 deletions
|
@ -319,7 +319,7 @@ struct l_statfs {
|
|||
#define LINUX_PROC_SUPER_MAGIC 0x9fa0L
|
||||
#define LINUX_UFS_SUPER_MAGIC 0x00011954L /* XXX - UFS_MAGIC in Linux */
|
||||
#define LINUX_ZFS_SUPER_MAGIC 0x2FC12FC1
|
||||
#define LINUX_DEVFS_SUPER_MAGIC 0x1373L
|
||||
#define LINUX_DEVFS_SUPER_MAGIC 0x1373L
|
||||
#define LINUX_SHMFS_MAGIC 0x01021994
|
||||
|
||||
static long
|
||||
|
|
Loading…
Reference in a new issue