Fixed notify.c indentation to match 0.72
authorAri Johnson <ari@nveid.com>
Tue, 12 Sep 2006 16:01:19 +0000 (16:01 +0000)
committerAri Johnson <ari@nveid.com>
Tue, 12 Sep 2006 16:01:19 +0000 (16:01 +0000)
src/notify.c

index 68edd5e022a1953185680eb08d95727ed6eb7edf..12ac490ba065a5aaac2010b560fbceb33965dcc8 100644 (file)
@@ -826,10 +826,10 @@ notify_anything_loc(dbref speaker, na_lookup func,
        const char *tmpbuf = msgbuf;
        for (j = 0; j < 10; j++)
          wsave[j] = global_eval_context.wenv[j];
-       global_eval_context.wenv[0] = msgbuf;
-       for (j = 1; j < 10; j++)
-         global_eval_context.wenv[j] = NULL;
-       bp = eocm;
+       global_eval_context.wenv[0] = msgbuf;
+       for (j = 1; j < 10; j++)
+         global_eval_context.wenv[j] = NULL;
+       bp = eocm;
        process_expression(eocm, &bp, &tmpbuf, target, speaker, speaker,
                           PE_DEFAULT, PT_DEFAULT, NULL);
        *bp = 0;