Style: Add blank line after local variable declarations.

This commit is contained in:
Alan Cox 2006-01-27 21:06:37 +00:00
parent 6b9d644495
commit 0034fd6fff

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);