svn commit: r246912 - head/sys/sys

Pawel Jakub Dawidek pjd at FreeBSD.org
Sun Feb 17 11:58:30 UTC 2013


Author: pjd
Date: Sun Feb 17 11:58:30 2013
New Revision: 246912
URL: http://svnweb.freebsd.org/changeset/base/246912

Log:
  Remove space before tab.

Modified:
  head/sys/sys/filedesc.h

Modified: head/sys/sys/filedesc.h
==============================================================================
--- head/sys/sys/filedesc.h	Sun Feb 17 11:57:47 2013	(r246911)
+++ head/sys/sys/filedesc.h	Sun Feb 17 11:58:30 2013	(r246912)
@@ -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
 


More information about the svn-src-all mailing list