From b25b8c57905706900dcadac4ae5dcf6c430348cd Mon Sep 17 00:00:00 2001 From: Ari Johnson Date: Mon, 29 Sep 2008 15:56:16 +0000 Subject: [PATCH] Slight formatting changes (cherry picked from commit 10295a5dd6e178f60b56b521f6075d364408555e) --- src/speech.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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; } -- 2.30.2