Remove space before tab.

This commit is contained in:
Pawel Jakub Dawidek 2013-02-17 11:58:30 +00:00
parent 89adaea91f
commit 09abcabae6

View File

@ -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