summaryrefslogtreecommitdiffstats
path: root/include/unistd.h
diff options
context:
space:
mode:
authorkevlo <kevlo@FreeBSD.org>2010-08-11 09:29:33 +0000
committerkevlo <kevlo@FreeBSD.org>2010-08-11 09:29:33 +0000
commit29a125ba3369b7e1baefd0195e0366aa21f03f72 (patch)
tree3e80a805ac0250e1d9e0fd4c303564294456965e /include/unistd.h
parent2b8b2a0d39c7abc47aaa1855e4488d7b22144b8a (diff)
downloadFreeBSD-src-29a125ba3369b7e1baefd0195e0366aa21f03f72.zip
FreeBSD-src-29a125ba3369b7e1baefd0195e0366aa21f03f72.tar.gz
Style: tabs after #define
Diffstat (limited to 'include/unistd.h')
-rw-r--r--include/unistd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/unistd.h b/include/unistd.h
index d97f9dc..4ae6917 100644
--- a/include/unistd.h
+++ b/include/unistd.h
@@ -74,7 +74,7 @@ typedef __useconds_t useconds_t;
#define _USECONDS_T_DECLARED
#endif
-#define STDIN_FILENO 0 /* standard input file descriptor */
+#define STDIN_FILENO 0 /* standard input file descriptor */
#define STDOUT_FILENO 1 /* standard output file descriptor */
#define STDERR_FILENO 2 /* standard error file descriptor */
OpenPOWER on IntegriCloud