summaryrefslogtreecommitdiffstats
path: root/sys/vm
diff options
context:
space:
mode:
authortrhodes <trhodes@FreeBSD.org>2003-04-17 15:39:12 +0000
committertrhodes <trhodes@FreeBSD.org>2003-04-17 15:39:12 +0000
commit3254b8d18389608e30bbbf3e1b31eebf4449348f (patch)
tree803a0e8a5bbe14ec2f270e609ca7d11a69fcb6fe /sys/vm
parentcfd99881a13c91dad93bb174a6218ef310492df7 (diff)
downloadFreeBSD-src-3254b8d18389608e30bbbf3e1b31eebf4449348f.zip
FreeBSD-src-3254b8d18389608e30bbbf3e1b31eebf4449348f.tar.gz
Pre-content whitespace commit.
Discussed with: bde
Diffstat (limited to 'sys/vm')
-rw-r--r--sys/vm/vm_glue.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/vm/vm_glue.c b/sys/vm/vm_glue.c
index 7a795b6..293733f 100644
--- a/sys/vm/vm_glue.c
+++ b/sys/vm/vm_glue.c
@@ -673,16 +673,16 @@ loop:
* Swap_idle_threshold1 is the guaranteed swapped in time for a process
*/
static int swap_idle_threshold1 = 2;
-SYSCTL_INT(_vm, OID_AUTO, swap_idle_threshold1,
- CTLFLAG_RW, &swap_idle_threshold1, 0, "");
+SYSCTL_INT(_vm, OID_AUTO, swap_idle_threshold1, CTLFLAG_RW,
+ &swap_idle_threshold1, 0, "");
/*
* Swap_idle_threshold2 is the time that a process can be idle before
* it will be swapped out, if idle swapping is enabled.
*/
static int swap_idle_threshold2 = 10;
-SYSCTL_INT(_vm, OID_AUTO, swap_idle_threshold2,
- CTLFLAG_RW, &swap_idle_threshold2, 0, "");
+SYSCTL_INT(_vm, OID_AUTO, swap_idle_threshold2, CTLFLAG_RW,
+ &swap_idle_threshold2, 0, "");
/*
* Swapout is driven by the pageout daemon. Very simple, we find eligible
OpenPOWER on IntegriCloud