Reindent and cleanup.
[open-adventure.git] / actions.c
index 7ade4639c90102f9ab666e196fe7cf28ee573eca..e32589029dade312faa5d0a1f5851dfb435ee41f 100644 (file)
--- a/actions.c
+++ b/actions.c
@@ -1113,8 +1113,8 @@ int action(FILE *input, enum speechpart part, long verb, token_t obj)
                 blast();
                 return GO_CLEAROBJ;
             case 23: /* SCOR  */
-               score(scoregame);
-               return GO_CLEAROBJ;
+                score(scoregame);
+                return GO_CLEAROBJ;
             case 24: /* FOO   */
                 return bigwords(WD1);
             case 25: /* BRIEF */