white space

This commit is contained in:
Christopher Faylor 2005-08-12 02:39:13 +00:00
parent b4ec184199
commit 1cd065837c
16 changed files with 72 additions and 73 deletions

View File

@ -112,5 +112,4 @@ enum
# define IFTODT(mode) (((mode) & 0170000) >> 12) # define IFTODT(mode) (((mode) & 0170000) >> 12)
# define DTTOIF(dirtype) ((dirtype) << 12) # define DTTOIF(dirtype) ((dirtype) << 12)
#endif /* _POSIX_SOURCE */ #endif /* _POSIX_SOURCE */
#endif /*_SYS_DIRENT_H*/
#endif