summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2001-11-16 02:31:20 +0000
committerpeter <peter@FreeBSD.org>2001-11-16 02:31:20 +0000
commitbac701331ef250112c31a6023517d026d2fcb43d (patch)
tree769c13112d592c9b7a3d312bcc069b66ae203618 /sys/i386
parent95eb5d80c21d6f60f31e6993d5b4315155377bc7 (diff)
downloadFreeBSD-src-bac701331ef250112c31a6023517d026d2fcb43d.zip
FreeBSD-src-bac701331ef250112c31a6023517d026d2fcb43d.tar.gz
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.
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/i386/pmap.c2
1 files changed, 1 insertions, 1 deletions
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;
}
OpenPOWER on IntegriCloud