A few more whitespace fixes.

This commit is contained in:
John Baldwin 2008-07-30 21:18:08 +00:00
parent 3677ad363b
commit 3cca4b6fe8
2 changed files with 1 additions and 2 deletions

View File

@ -612,7 +612,6 @@ vm_object_destroy(vm_object_t object)
* Free the space for the object.
*/
uma_zfree(obj_zone, object);
}