From: Ari Johnson Date: Tue, 12 Sep 2006 16:01:19 +0000 (+0000) Subject: Fixed notify.c indentation to match 0.72 X-Git-Tag: 0.73~238 X-Git-Url: https://git.theari.com/?a=commitdiff_plain;h=48c36495c449e5269a0bc92006fcf0a03d5a79b0;p=cobramush.git Fixed notify.c indentation to match 0.72 --- diff --git a/src/notify.c b/src/notify.c index 68edd5e..12ac490 100644 --- a/src/notify.c +++ b/src/notify.c @@ -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;