mirror of
https://github.com/opnsense/src.git
synced 2026-04-01 15:35:10 -04:00
Remove space before tab.
This commit is contained in:
parent
89adaea91f
commit
09abcabae6
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ struct filedesc_to_leader {
|
|||
/*
|
||||
* Per-process open flags.
|
||||
*/
|
||||
#define UF_EXCLOSE 0x01 /* auto-close on exec */
|
||||
#define UF_EXCLOSE 0x01 /* auto-close on exec */
|
||||
|
||||
#ifdef _KERNEL
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue