mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-18 10:44:28 +00:00
Remove as much trailing whitespace as possible.
Change-Id: I873c1c6d00f447269bd841494459efccdd2c19c0
This commit is contained in:
@@ -138,7 +138,7 @@ static int srv_query_read(struct ast_channel *chan, const char *cmd, char *data,
|
||||
ast_log(LOG_WARNING, "%s requires a service as an argument\n", cmd);
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
||||
/* If they already called SRVQUERY for this service once,
|
||||
* we need to kill the old datastore.
|
||||
*/
|
||||
@@ -150,7 +150,7 @@ static int srv_query_read(struct ast_channel *chan, const char *cmd, char *data,
|
||||
ast_channel_datastore_remove(chan, datastore);
|
||||
ast_datastore_free(datastore);
|
||||
}
|
||||
|
||||
|
||||
if (!srv_datastore_setup(data, chan)) {
|
||||
return -1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user