diff options
author | rgrimes <rgrimes@FreeBSD.org> | 1995-05-30 03:37:36 +0000 |
---|---|---|
committer | rgrimes <rgrimes@FreeBSD.org> | 1995-05-30 03:37:36 +0000 |
commit | 30ef9631c5eac7f8254bd3d7ad274d34d9f518b8 (patch) | |
tree | 4d8ac7e75ac179a918a76def244de6e3f3314e76 /games/larn/data.c | |
parent | 188803394908f222ab3ed8ec32331eb6dd00fd2d (diff) | |
download | FreeBSD-src-30ef9631c5eac7f8254bd3d7ad274d34d9f518b8.zip FreeBSD-src-30ef9631c5eac7f8254bd3d7ad274d34d9f518b8.tar.gz |
Remove trailing whitespace.
Diffstat (limited to 'games/larn/data.c')
-rw-r--r-- | games/larn/data.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/larn/data.c b/games/larn/data.c index a8739ba..4a113bd 100644 --- a/games/larn/data.c +++ b/games/larn/data.c @@ -47,7 +47,7 @@ static char aa2[] = "apprentice demi-god"; static char aa3[] = " minor demi-god "; static char aa4[] = " major demi-god "; static char aa5[] = " minor deity "; -static char aa6[] = " major deity "; +static char aa6[] = " major deity "; static char aa7[] = " novice guardian "; static char aa8[] = "apprentice guardian"; static char aa9[] = " The Creator "; @@ -456,7 +456,7 @@ char spelweird[MAXMONST+8][SPNUM] = { /* p m d s c s w s e h c c p i b c p c h c v d l d g f f s h s t m s g s w a p */ /* r l e l h s e t n e b r h n a l l a a k p r i r l l g c l t e f p e u t l e */ /* o e x e m p b r l l l e a v l d y n s l r y t l o o r a d p l i h n m w t r */ - + /* bat */ { 0,0,0,0,0,0, 0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0, 0,0,0,0,0,0, 0,0,0,0,0, 0,0,0,0,0,0 }, /* gnome */ { 0,0,0,0,0,0, 0,0,0,0,0,0,0,5, 0,0,0,0,0,0,0, 0,0,0,0,0,0, 0,0,0,0,0, 0,0,0,0,0,0 }, @@ -608,7 +608,7 @@ char is_alpha[]= /* isalpha[character] = TRUE || FALSE */ }; /* - * function to create scroll numbers with appropriate probability of + * function to create scroll numbers with appropriate probability of * occurrence * * 0 - armor 1 - weapon 2 - enlightenment 3 - paper |