diff options
author | Tobias Weingartner <weingart@cvs.openbsd.org> | 1997-11-04 20:12:20 +0000 |
---|---|---|
committer | Tobias Weingartner <weingart@cvs.openbsd.org> | 1997-11-04 20:12:20 +0000 |
commit | 4d5e5b1b86d4ba76790e0a19c3af39b2e884b37e (patch) | |
tree | 1d2e33bb31302aa7e426909755933bfe9f23eee1 | |
parent | 18d4c00b51f31bfdb2c044f24ff2d2e647d9285c (diff) |
Indentation.
-rw-r--r-- | sys/vm/vm_page.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/vm/vm_page.c b/sys/vm/vm_page.c index 4436f7c08c3..bf0bf542782 100644 --- a/sys/vm/vm_page.c +++ b/sys/vm/vm_page.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vm_page.c,v 1.8 1997/09/25 07:06:27 niklas Exp $ */ +/* $OpenBSD: vm_page.c,v 1.9 1997/11/04 20:12:19 weingart Exp $ */ /* $NetBSD: vm_page.c,v 1.31 1997/06/06 23:10:23 thorpej Exp $ */ #define VM_PAGE_ALLOC_MEMORY_STATS @@ -458,7 +458,7 @@ pmap_steal_memory(size) * If this is the first call to pmap_steal_memory, * we have to initialize ourself. */ - if (virtual_space_start == virtual_space_end) { + if (virtual_space_start == virtual_space_end) { pmap_virtual_space(&virtual_space_start, &virtual_space_end); /* |