Style: Add blank line after local variable declarations.

This commit is contained in:
alc 2006-01-27 21:06:37 +00:00
parent 219b28b1e3
commit c5764c76fc

View File

@ -248,6 +248,7 @@ vm_pageq_remove_nowakeup(vm_page_t m)
{
int queue = VM_PAGE_GETQUEUE(m);
struct vpgqueues *pq;
if (queue != PQ_NONE) {
pq = &vm_page_queues[queue];
VM_PAGE_SETQUEUE2(m, PQ_NONE);