mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 10:47:18 +00:00 
			
		
		
		
	Remove as much trailing whitespace as possible.
Change-Id: I873c1c6d00f447269bd841494459efccdd2c19c0
This commit is contained in:
		| @@ -16,7 +16,7 @@ | ||||
|  */ | ||||
|  | ||||
| /*! \file | ||||
|  *  | ||||
|  * | ||||
|  * \brief CUT function | ||||
|  * | ||||
|  * \author Tilghman Lesher <app_cut__v003@the-tilghman.com> | ||||
| @@ -41,7 +41,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") | ||||
| /*** DOCUMENTATION | ||||
| 	<function name="SORT" language="en_US"> | ||||
| 		<synopsis> | ||||
| 			Sorts a list of key/vals into a list of keys, based upon the vals.	 | ||||
| 			Sorts a list of key/vals into a list of keys, based upon the vals. | ||||
| 		</synopsis> | ||||
| 		<syntax> | ||||
| 			<parameter name="keyval" required="true" argsep=":"> | ||||
| @@ -61,7 +61,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") | ||||
| 	</function> | ||||
| 	<function name="CUT" language="en_US"> | ||||
| 		<synopsis> | ||||
| 			Slices and dices strings, based upon a named delimiter.		 | ||||
| 			Slices and dices strings, based upon a named delimiter. | ||||
| 		</synopsis> | ||||
| 		<syntax> | ||||
| 			<parameter name="varname" required="true"> | ||||
| @@ -77,7 +77,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") | ||||
| 		</syntax> | ||||
| 		<description> | ||||
| 			<para>Cut out information from a string (<replaceable>varname</replaceable>), based upon a named delimiter.</para> | ||||
| 		</description>	 | ||||
| 		</description> | ||||
| 	</function> | ||||
|  ***/ | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user