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, 22 May 2009 15:04:49 +0000 (15:04 +0000)
(cherry picked from commit d1b7b5a07d33607510b53337848d4c8130f6e9ef)

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 08dd238011663e7ce0657f79a7e5567e20e52526..31f7eeb379afca51a51799e4f937033ee8817009 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 f56f215c545f0642fb7e66f2dcb983a98fc3536c..455501b34312b336fb12c92ad922e205f99a4f0f 100644 (file)
@@ -1741,7 +1741,6 @@ FUNCTION(fun_unique)
 
 }
 
-
 /* ARGSUSED */
 FUNCTION(fun_lnum)
 {
index 3d0f6166a4fe1fd4c4e82ee2ad61395f41f6fab9..69d8a32249efdeff9a68fffb80bb794f2174414f 100644 (file)
@@ -2116,7 +2116,6 @@ FUNCTION(fun_align)
   return;
 }
 
-
 FUNCTION(fun_speak)
 {
   ufun_attrib transufun;
index 23f38ff1c001e0313b017e8d2c9b7b4ef824c4a4..cbaa6e67c7093e9b9b0c303e4f33634cece9f2eb 100644 (file)
@@ -195,7 +195,6 @@ FUNCTION(fun_ulambda)
   return;
 }
 
-
 /* ARGSUSED */
 FUNCTION(fun_ulocal)
 {