Author: jmg
Date: Wed Nov 20 21:21:29 2013
New Revision: 258403
URL: http://svnweb.freebsd.org/changeset/base/258403

Log:
  fix white space...
  
  MFC after:    1 week

Modified:
  head/sys/ufs/ffs/softdep.h

Modified: head/sys/ufs/ffs/softdep.h
==============================================================================
--- head/sys/ufs/ffs/softdep.h  Wed Nov 20 21:16:53 2013        (r258402)
+++ head/sys/ufs/ffs/softdep.h  Wed Nov 20 21:21:29 2013        (r258403)
@@ -132,7 +132,7 @@
 #define        INPROGRESS      0x001000 /* dirrem, freeblks, freefrag, 
freefile only */
 #define        UFS1FMT         0x002000 /* indirdep only */
 #define        EXTDATA         0x004000 /* allocdirect only */
-#define ONWORKLIST     0x008000
+#define        ONWORKLIST      0x008000
 #define        IOWAITING       0x010000 /* Thread is waiting for IO to 
complete. */
 #define        ONDEPLIST       0x020000 /* Structure is on a dependency list. 
*/
 #define        UNLINKED        0x040000 /* inodedep has been unlinked. */
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to