summaryrefslogtreecommitdiffstats
path: root/sys/alpha
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/alpha
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/alpha')
-rw-r--r--sys/alpha/alpha/pmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/alpha/alpha/pmap.c b/sys/alpha/alpha/pmap.c
index 3d523be..d785d8d 100644
--- a/sys/alpha/alpha/pmap.c
+++ b/sys/alpha/alpha/pmap.c
@@ -2446,7 +2446,7 @@ pmap_object_init_pt(pmap_t pmap, vm_offset_t addr,
if (psize + pindex > object->size) {
if (object->size < pindex)
- return;
+ return;
psize = object->size - pindex;
}
OpenPOWER on IntegriCloud