]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
fix TABs
authorJim Meyering <jim@meyering.net>
Sun, 14 Apr 2002 08:14:15 +0000 (08:14 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 14 Apr 2002 08:14:15 +0000 (08:14 +0000)
src/fs.h

index 89b2b01714728be0d9bc204b158d4024da06eea1..4f5c2daf2d65c4d06c819a43aea43a8186c8c57d 100644 (file)
--- a/src/fs.h
+++ b/src/fs.h
@@ -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