From 855cda2e3b170d3509581bbb4a7304b029422bd5 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Wed, 12 Sep 2001 22:00:06 +0000 Subject: [PATCH] Whitespace fixes. --- sys/alpha/include/param.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/alpha/include/param.h b/sys/alpha/include/param.h index 91dabba6dd3..04828fa7737 100644 --- a/sys/alpha/include/param.h +++ b/sys/alpha/include/param.h @@ -133,10 +133,10 @@ #define SSIZE 1 /* initial stack size/NBPG */ #define SINCR 1 /* increment of stack/NBPG */ -#define KSTACK_PAGES 2 /* pages of kstack (with pcb) */ -#define UAREA_PAGES 1 /* pages of u-area */ +#define KSTACK_PAGES 2 /* pages of kstack (with pcb) */ +#define UAREA_PAGES 1 /* pages of u-area */ -#define KSTACK_GUARD /* compile in kstack guard page */ +#define KSTACK_GUARD /* compile in kstack guard page */ /* * Constants related to network buffer management.