From: Ari Johnson Date: Mon, 29 Sep 2008 15:56:16 +0000 (+0000) Subject: Slight formatting changes X-Git-Tag: 0.73p1~23 X-Git-Url: https://git.theari.com/?a=commitdiff_plain;h=b25b8c57905706900dcadac4ae5dcf6c430348cd;p=cobramush.git Slight formatting changes (cherry picked from commit 10295a5dd6e178f60b56b521f6075d364408555e) --- diff --git a/src/speech.c b/src/speech.c index d36594a..aff98b8 100644 --- a/src/speech.c +++ b/src/speech.c @@ -152,7 +152,7 @@ do_say(dbref player, const char *tbuf1) if (!GoodObject(loc)) return; - if(!CanSpeak(player,loc)) { + if (!CanSpeak(player,loc)) { notify(player, T("You may not speak here!")); return; } @@ -540,7 +540,7 @@ do_pose(dbref player, const char *tbuf1, int space) if (!GoodObject(loc)) return; - if(!CanSpeak(player,loc)) { + if (!CanSpeak(player,loc)) { notify(player, T("You may not speak here!")); return; } @@ -1175,7 +1175,7 @@ do_emit(dbref player, const char *tbuf1, int flags) if (!GoodObject(loc)) return; - if(!CanSpeak(player,loc)) { + if (!CanSpeak(player,loc)) { notify(player, T("You may not speak here!")); return; }