Slight formatting changes
authorAri Johnson <ari@theari.com>
Mon, 29 Sep 2008 15:56:16 +0000 (15:56 +0000)
committerAri Johnson <ari@theari.com>
Mon, 29 Sep 2008 15:56:16 +0000 (15:56 +0000)
src/speech.c

index d36594a8bff360a41abe2afa45cffee32e6ea4b1..aff98b83d5ecbaf9bb4ef63bd2dbb93e2a9154bf 100644 (file)
@@ -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;
   }