diff options
author | 1997-11-04 20:12:19 +0000 | |
---|---|---|
committer | 1997-11-04 20:12:19 +0000 | |
commit | a34a29fc1fb766dac621cf1c404c50df27e07a3c (patch) | |
tree | f725130de7f39c393903572833cda6a9c5808ea2 | |
parent | Deal correctly with partitions that have multiple overlaps. (diff) | |
download | wireguard-openbsd-a34a29fc1fb766dac621cf1c404c50df27e07a3c.tar.xz wireguard-openbsd-a34a29fc1fb766dac621cf1c404c50df27e07a3c.zip |
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); /* |