summaryrefslogtreecommitdiffstats
path: root/games/larn/moreobj.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/larn/moreobj.c
parent188803394908f222ab3ed8ec32331eb6dd00fd2d (diff)
downloadFreeBSD-src-30ef9631c5eac7f8254bd3d7ad274d34d9f518b8.zip
FreeBSD-src-30ef9631c5eac7f8254bd3d7ad274d34d9f518b8.tar.gz
Remove trailing whitespace.
Diffstat (limited to 'games/larn/moreobj.c')
-rw-r--r--games/larn/moreobj.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/larn/moreobj.c b/games/larn/moreobj.c
index f834b1a..343773e 100644
--- a/games/larn/moreobj.c
+++ b/games/larn/moreobj.c
@@ -30,7 +30,7 @@ oaltar()
case 'p': lprcat(" pray\nDo you (m) give money or (j) just pray? ");
while (1) switch(getchar())
{
- case 'j': if (rnd(100)<75)
+ case 'j': if (rnd(100)<75)
lprcat("\nnothing happens");
else if (rnd(13)<4) ohear();
else if (rnd(43) == 10)
@@ -212,7 +212,7 @@ ochest()
lprcat("\nYou begin to lose hand to eye coordination!");
beep();
break;
-
+
case 3: c[HALFDAM]+= rnd(1600)+200;
beep();
lprcat("\nA sickness engulfs you!"); break;
OpenPOWER on IntegriCloud