Whitespace police.

This commit is contained in:
haad 2010-12-15 22:49:42 +00:00
parent 59385470cf
commit 363aa1ba89
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ task_alloc(taskq_t *tq, int tqflags)
*/
delay(hz);
}
/* Clean up TQ_FRONT from tqflags before passing it to kmem */
t = kmem_alloc(sizeof (task_t),
tqflags & (KM_SLEEP | KM_NOSLEEP));