summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_pageout.c
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1995-05-30 08:16:23 +0000
committerrgrimes <rgrimes@FreeBSD.org>1995-05-30 08:16:23 +0000
commitc86f0c7a71e7ade3e38b325c186a9cf374e0411e (patch)
tree176f04f674860c7cfae9ac5d2ff4d4e1d73cb2b7 /sys/vm/vm_pageout.c
parent423ba8f9bc23d93bfc244aca9b12563b1c9de90d (diff)
downloadFreeBSD-src-c86f0c7a71e7ade3e38b325c186a9cf374e0411e.zip
FreeBSD-src-c86f0c7a71e7ade3e38b325c186a9cf374e0411e.tar.gz
Remove trailing whitespace.
Diffstat (limited to 'sys/vm/vm_pageout.c')
-rw-r--r--sys/vm/vm_pageout.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/vm/vm_pageout.c b/sys/vm/vm_pageout.c
index 79d28c9..c4c351f 100644
--- a/sys/vm/vm_pageout.c
+++ b/sys/vm/vm_pageout.c
@@ -65,7 +65,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: vm_pageout.c,v 1.49 1995/05/10 18:56:06 davidg Exp $
+ * $Id: vm_pageout.c,v 1.50 1995/05/21 21:39:31 davidg Exp $
*/
/*
@@ -121,10 +121,10 @@ vm_pageout_clean(m, sync)
{
/*
* Clean the page and remove it from the laundry.
- *
+ *
* We set the busy bit to cause potential page faults on this page to
* block.
- *
+ *
* And we set pageout-in-progress to keep the object from disappearing
* during pageout. This guarantees that the page won't move from the
* inactive queue. (However, any other page on the inactive queue may
@@ -234,7 +234,7 @@ vm_pageout_clean(m, sync)
pageout_count += b_pageout_count;
}
}
-
+
/*
* we allow reads during pageouts...
*/
OpenPOWER on IntegriCloud