From bac701331ef250112c31a6023517d026d2fcb43d Mon Sep 17 00:00:00 2001 From: peter Date: Fri, 16 Nov 2001 02:31:20 +0000 Subject: Oops, I accidently merged a whitespace error from the original commit. (whitespace at end of line in rev 1.264 pmap.c). Fix them all. --- sys/i386/i386/pmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/i386') diff --git a/sys/i386/i386/pmap.c b/sys/i386/i386/pmap.c index 82d9493..a4089f4 100644 --- a/sys/i386/i386/pmap.c +++ b/sys/i386/i386/pmap.c @@ -2553,7 +2553,7 @@ retry: if (psize + pindex > object->size) { if (object->size < pindex) - return; + return; psize = object->size - pindex; } -- cgit v1.1