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:
		| @@ -21,10 +21,10 @@ | ||||
|  * \brief App to flash a DAHDI trunk | ||||
|  * | ||||
|  * \author Mark Spencer <markster@digium.com> | ||||
|  *  | ||||
|  * | ||||
|  * \ingroup applications | ||||
|  */ | ||||
|   | ||||
|  | ||||
| /*** MODULEINFO | ||||
| 	<depend>dahdi</depend> | ||||
| 	<support_level>core</support_level> | ||||
| @@ -81,7 +81,7 @@ static int flash_exec(struct ast_channel *chan, const char *data) | ||||
| 		ast_log(LOG_WARNING, "%s is not a DAHDI channel\n", ast_channel_name(chan)); | ||||
| 		return -1; | ||||
| 	} | ||||
| 	 | ||||
|  | ||||
| 	memset(&dahdip, 0, sizeof(dahdip)); | ||||
| 	res = ioctl(ast_channel_fd(chan, 0), DAHDI_GET_PARAMS, &dahdip); | ||||
| 	if (!res) { | ||||
| @@ -116,4 +116,3 @@ static int load_module(void) | ||||
| } | ||||
|  | ||||
| AST_MODULE_INFO_STANDARD(ASTERISK_GPL_KEY, "Flash channel application"); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user