aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/aim/moea64_native.c
diff options
context:
space:
mode:
authorMateusz Guzik <mjg@FreeBSD.org>2020-09-01 21:20:08 +0000
committerMateusz Guzik <mjg@FreeBSD.org>2020-09-01 21:20:08 +0000
commitb64b31338f702c25d4542248b1a2ee2420d4dae8 (patch)
tree7ee1de163745cff412128d2cadc137126d820606 /sys/powerpc/aim/moea64_native.c
parented83a56181ae1994e038e75b086e4a193e8419e5 (diff)
downloadsrc-b64b31338f702c25d4542248b1a2ee2420d4dae8.tar.gz
src-b64b31338f702c25d4542248b1a2ee2420d4dae8.zip
powerpc: clean up empty lines in .c and .h files
Notes
Notes: svn path=/head/; revision=365073
Diffstat (limited to 'sys/powerpc/aim/moea64_native.c')
-rw-r--r--sys/powerpc/aim/moea64_native.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/powerpc/aim/moea64_native.c b/sys/powerpc/aim/moea64_native.c
index 7c5982a7db7a..3d9ed727bc90 100644
--- a/sys/powerpc/aim/moea64_native.c
+++ b/sys/powerpc/aim/moea64_native.c
@@ -282,7 +282,7 @@ moea64_pte_synch_native(struct pvo_entry *pvo)
ptelo = be64toh(pt->pte_lo);
rw_runlock(&moea64_eviction_lock);
-
+
return (ptelo & (LPTE_REF | LPTE_CHG));
}