From 0799ec54b17250c98026f90199f5baedd6b2f059 Mon Sep 17 00:00:00 2001 From: eivind Date: Sun, 10 Mar 2002 21:52:48 +0000 Subject: - Remove a number of extra newlines that do not belong here according to style(9) - Minor space adjustment in cases where we have "( ", " )", if(), return(), while(), for(), etc. - Add /* SYMBOL */ after a few #endifs. Reviewed by: alc --- sys/vm/vm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/vm/vm.h') diff --git a/sys/vm/vm.h b/sys/vm/vm.h index 34ca2ea..ffbcd48 100644 --- a/sys/vm/vm.h +++ b/sys/vm/vm.h @@ -111,7 +111,7 @@ typedef int boolean_t; */ struct vm_page; typedef struct vm_page *vm_page_t; -#endif +#endif /* _KERNEL */ /* * Information passed from the machine-independant VM initialization code -- cgit v1.1