Whitespace fixes.

This commit is contained in:
Eric S. Raymond 2017-06-09 17:14:18 -04:00
parent 058e566e60
commit 6319d27481

21
main.c
View file

@ -844,19 +844,22 @@ L2630:
goto L3000; goto L3000;
K=MOD(i,1000); K=MOD(i,1000);
KQ=i/1000+1; KQ=i/1000+1;
switch (KQ-1) { case 0: goto L8; case 1: goto L5000; case 2: goto L4000; switch (KQ-1)
case 3: goto L2010; } {
case 0: goto L8;
case 1: goto L5000;
case 2: goto L4000;
case 3: goto L2010;
}
BUG(22); BUG(22);
/* Get second word for analysis. */ /* Get second word for analysis. */
L2800: WD1=WD2; L2800: WD1=WD2;
WD1X=WD2X; WD1X=WD2X;
WD2=0; WD2=0;
goto L2620; goto L2620;
/* Gee, I don't understand. */ /* Gee, I don't understand. */
L3000: SETPRM(1,WD1,WD1X); L3000: SETPRM(1,WD1,WD1X);
if (fallback_handler(rawbuf)) if (fallback_handler(rawbuf))
return true; return true;
@ -887,18 +890,16 @@ Laction:
} }
BUG(99); BUG(99);
/* Random intransitive verbs come here. Clear obj just in case (see "attack"). /* Random intransitive verbs come here. Clear obj just in case
*/ * (see attack()). */
L8000: SETPRM(1,WD1,WD1X); L8000: SETPRM(1,WD1,WD1X);
RSPEAK(257); RSPEAK(257);
obj=0; obj=0;
goto L2600; goto L2600;
/* Figure out the new location */
L8: /* Figure out the new location */
if (playermove(cmdin, VERB)) L8: if (playermove(cmdin, VERB))
return true; return true;
else else
goto L2000; goto L2000;