mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Style: tabs after #define
This commit is contained in:
parent
863ae04c61
commit
ee1cd8fe2a
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue