diff options
author | peter <peter@FreeBSD.org> | 2002-07-09 06:47:29 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2002-07-09 06:47:29 +0000 |
commit | 78ca5fd896732f41465222268eee12f763f02d74 (patch) | |
tree | 0ce20273bf022175cdcdbb403f31c4da2abd76ba /games | |
parent | 76a90f7d49e9878d7c7aa0768c0301a1225d05a9 (diff) | |
download | FreeBSD-src-78ca5fd896732f41465222268eee12f763f02d74.zip FreeBSD-src-78ca5fd896732f41465222268eee12f763f02d74.tar.gz |
Fix whitespace botch in previous commit.
Diffstat (limited to 'games')
-rw-r--r-- | games/fortune/datfiles/fortunes2 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/fortune/datfiles/fortunes2 b/games/fortune/datfiles/fortunes2 index 7c1f4fd..2556101 100644 --- a/games/fortune/datfiles/fortunes2 +++ b/games/fortune/datfiles/fortunes2 @@ -2712,6 +2712,7 @@ audience, either." n = (n & 0x0f0f0f0f) + ((n & 0xf0f0f0f0) >> 4); n = (n & 0x00ff00ff) + ((n & 0xff00ff00) >> 8); n = (n & 0x0000ffff) + ((n & 0xffff0000) >> 16); + -- Count the bits in a word. % Never ask your lover if he'd dive in front of an oncoming train for |