mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-20 00:30:20 +00:00
Remove as much trailing whitespace as possible.
Change-Id: I873c1c6d00f447269bd841494459efccdd2c19c0
This commit is contained in:
@@ -160,7 +160,7 @@ static int manager_play_dtmf(struct mansession *s, const struct message *m)
|
||||
chan = ast_channel_unref(chan);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
if (!ast_strlen_zero(duration) && (sscanf(duration, "%30u", &duration_ms) != 1)) {
|
||||
astman_send_error(s, m, "Could not convert Duration parameter");
|
||||
chan = ast_channel_unref(chan);
|
||||
|
||||
Reference in New Issue
Block a user