From: Jim Meyering Date: Sun, 14 Apr 2002 08:14:15 +0000 (+0000) Subject: fix TABs X-Git-Tag: SH-UTILS-2_0_12~159 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e407204f28406dd14c0937d077d382c7fc536c6e;p=thirdparty%2Fcoreutils.git fix TABs --- diff --git a/src/fs.h b/src/fs.h index 89b2b01714..4f5c2daf2d 100644 --- 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 #endif