summaryrefslogtreecommitdiffstats
path: root/games/battlestar/com2.c
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1995-05-30 03:37:36 +0000
committerrgrimes <rgrimes@FreeBSD.org>1995-05-30 03:37:36 +0000
commit30ef9631c5eac7f8254bd3d7ad274d34d9f518b8 (patch)
tree4d8ac7e75ac179a918a76def244de6e3f3314e76 /games/battlestar/com2.c
parent188803394908f222ab3ed8ec32331eb6dd00fd2d (diff)
downloadFreeBSD-src-30ef9631c5eac7f8254bd3d7ad274d34d9f518b8.zip
FreeBSD-src-30ef9631c5eac7f8254bd3d7ad274d34d9f518b8.tar.gz
Remove trailing whitespace.
Diffstat (limited to 'games/battlestar/com2.c')
-rw-r--r--games/battlestar/com2.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/games/battlestar/com2.c b/games/battlestar/com2.c
index 614155c..39148fc 100644
--- a/games/battlestar/com2.c
+++ b/games/battlestar/com2.c
@@ -48,7 +48,7 @@ wearit() /* synonyms = {sheathe, sheath} */
value = wordvalue[wordnumber];
for (n=0; objsht[value][n]; n++);
switch(value){
-
+
case -1:
puts("Wear what?");
return(firstnumber);
@@ -86,11 +86,11 @@ wearit() /* synonyms = {sheathe, sheath} */
}
else if (testbit(wear,value))
printf("You are already wearing the %s.\n", objsht[value]);
- else
+ else
printf("You aren't holding the %s.\n", objsht[value]);
if (wordnumber < wordcount - 1 && wordvalue[++wordnumber] == AND)
wordnumber++;
- else
+ else
return(firstnumber);
} /* end switch */
} /* end while */
@@ -166,7 +166,7 @@ murder()
printf("Your %s should do the trick.\n",objsht[n]);
while (wordtype[++wordnumber] == ADJS);
switch(wordvalue[wordnumber]){
-
+
case NORMGOD:
if (testbit(location[position].objects,BATHGOD)){
puts("The goddess's head slices off. Her corpse floats in the water.");
@@ -290,7 +290,7 @@ follow()
notes[CANTSEE] = 1;
return(0);
}
- else
+ else
puts("There is no one to follow.");
return(-1);
}
OpenPOWER on IntegriCloud