From e0ce3107977f5db5d32da2059ef7501a25f6d588 Mon Sep 17 00:00:00 2001 From: John-Mark Gurney Date: Wed, 20 Nov 2013 21:21:29 +0000 Subject: [PATCH] fix white space... MFC after: 1 week --- sys/ufs/ffs/softdep.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/ufs/ffs/softdep.h b/sys/ufs/ffs/softdep.h index 8a8a63afa38..8d1136ea499 100644 --- a/sys/ufs/ffs/softdep.h +++ b/sys/ufs/ffs/softdep.h @@ -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. */