diff options
author | imp <imp@FreeBSD.org> | 2012-06-13 05:02:51 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2012-06-13 05:02:51 +0000 |
commit | e9a3ea52432e88e05b37d79a2d76aaf8afaefa7f (patch) | |
tree | a6ac72a3cc942a9deec9340b49338efe4b0f948c /sys/arm/include/vmparam.h | |
parent | 8357ee537019bc93a535c37e3302d55c4572dd40 (diff) | |
download | FreeBSD-src-e9a3ea52432e88e05b37d79a2d76aaf8afaefa7f.zip FreeBSD-src-e9a3ea52432e88e05b37d79a2d76aaf8afaefa7f.tar.gz |
trim trailing whitespace
Diffstat (limited to 'sys/arm/include/vmparam.h')
-rw-r--r-- | sys/arm/include/vmparam.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm/include/vmparam.h b/sys/arm/include/vmparam.h index f85fa58..edff00b 100644 --- a/sys/arm/include/vmparam.h +++ b/sys/arm/include/vmparam.h @@ -104,7 +104,7 @@ #define VM_MIN_ADDRESS (0x00001000) #ifdef ARM_USE_SMALL_ALLOC -/* +/* * ARM_KERN_DIRECTMAP is used to make sure there's enough space between * VM_MAXUSER_ADDRESS and KERNBASE to map the whole memory. * It has to be a compile-time constant, even if arm_init_smallalloc(), |