Style: Add blank line after local variable declarations.
This commit is contained in:
parent
219b28b1e3
commit
c5764c76fc
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user