diff options
author | Jim Meyering <jim@meyering.net> | 2002-04-14 08:14:15 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-04-14 08:14:15 +0000 |
commit | e407204f28406dd14c0937d077d382c7fc536c6e (patch) | |
tree | 6e5bc72f70b942324d2c30398be3d3afb18f2d1e /src | |
parent | af3fa53348a8eefe6add569192075458163e1829 (diff) | |
download | coreutils-e407204f28406dd14c0937d077d382c7fc536c6e.tar.xz |
fix TABs
Diffstat (limited to 'src')
-rw-r--r-- | src/fs.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -28,9 +28,9 @@ # define S_MAGIC_XIAFS 0x012FD16D # define S_MAGIC_NTFS 0x5346544e # define S_MAGIC_TMPFS 0x1021994 -# define S_MAGIC_REISERFS 0x52654973 -# define S_MAGIC_CRAMFS 0x28cd3d45 -# define S_MAGIC_ROMFS 0x7275 +# define S_MAGIC_REISERFS 0x52654973 +# define S_MAGIC_CRAMFS 0x28cd3d45 +# define S_MAGIC_ROMFS 0x7275 #elif defined (__GNU__) # include <hurd/hurd_types.h> #endif |