Various whitespace/formatting changes
authorAri Johnson <ari@theari.com>
Fri, 17 Dec 2010 19:33:03 +0000 (19:33 +0000)
committerAri Johnson <ari@theari.com>
Fri, 17 Dec 2010 19:33:03 +0000 (19:33 +0000)
game/restrictcnf.dst
game/txt/hlp/cobra_cmd.hlp
game/txt/hlp/cobra_func.hlp
src/extchat.c
src/funlist.c
src/funstr.c
src/funufun.c

index 2969c55f08a87f3b5d4e6110f565596ddc8dd30a..ab3f400780ca29590424f2b70543244543366d3f 100644 (file)
@@ -119,4 +119,3 @@ restrict_function lstats noguest
 #restrict_function mailtime nobody
 #restrict_function malias nobody
 #restrict_function folderstats nobody
-
index cc6cd55be0ab1b793943881f96019d333f93a2c3..da72d4fcb1c807374a53d1f9f445ff35c7dde937 100644 (file)
@@ -3766,7 +3766,7 @@ See also: get, drop
   get <thing>'s <object>, which will fail if either thing is not ENTER_OK 
   or the object is locked against you. Some MUSHes choose to disable the 
   ability to take an object in someone else's inventory.
-  
+
 See also: @lock, ENTER_OK, give, drop, @success, inventory
 & @abuy
   @abuy <object> = <action list>
index 4f922afe8e819737c16d87f8503514b6f78a3daf..d6c928f19bc16903820394fb01580b67d1fd98bc 100644 (file)
@@ -4263,7 +4263,7 @@ See also: timestring(), etimefmt()
   or cpu time that may be configured in the MUSH.
   If the evaluation order doesn't quite seem right, adding escapes
   or breaking up the expression will probably help.
-    
+
 & UCSTR()
   ucstr(<string>)
 
index 06a31f60f82d5f6727d189525b13e467f94e2c9e..368f0f4e00592676a6773c067ab7b505f4b237d3 100644 (file)
@@ -2130,6 +2130,7 @@ do_chan_title(dbref player, const char *name, const char *title)
   }
   if (!title)
     title = "";
+
   if (strlen(title) >= CU_TITLE_LEN) {
     notify(player, T("Title too long."));
     return;
index 892573f7585a51540aa14e63b843aab4f21448aa..b42af2344d31c0dded052103349f8c881c7a911d 100644 (file)
@@ -1741,7 +1741,6 @@ FUNCTION(fun_unique)
 
 }
 
-
 /* ARGSUSED */
 FUNCTION(fun_lnum)
 {
index e2a7df2414653eb1bc00d91f080c7d39d92b8b93..354a40cc92ab94f04ddb131d359aa43f419d9be0 100644 (file)
@@ -2116,7 +2116,6 @@ FUNCTION(fun_align)
   return;
 }
 
-
 FUNCTION(fun_speak)
 {
   ufun_attrib transufun;
index ace60e4727761a7b74d4a4360161a2dac44a5db9..1499e87ed5ae729c7b717c9396a8328811751bd5 100644 (file)
@@ -195,7 +195,6 @@ FUNCTION(fun_ulambda)
   return;
 }
 
-
 /* ARGSUSED */
 FUNCTION(fun_ulocal)
 {