mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 03:20:57 +00:00
Remove as much trailing whitespace as possible.
Change-Id: I873c1c6d00f447269bd841494459efccdd2c19c0
This commit is contained in:
@@ -93,7 +93,7 @@ enum analog_event {
|
||||
ANALOG_EVENT_EC_NLP_ENABLED,
|
||||
ANALOG_EVENT_ERROR, /* not a DAHDI event */
|
||||
ANALOG_EVENT_DTMFCID, /* not a DAHDI event */
|
||||
ANALOG_EVENT_PULSEDIGIT = (1 << 16),
|
||||
ANALOG_EVENT_PULSEDIGIT = (1 << 16),
|
||||
ANALOG_EVENT_DTMFDOWN = (1 << 17),
|
||||
ANALOG_EVENT_DTMFUP = (1 << 18),
|
||||
};
|
||||
@@ -231,7 +231,7 @@ struct analog_callback {
|
||||
int (* const check_confirmanswer)(void *pvt);
|
||||
void (* const set_callwaiting)(void *pvt, int callwaiting_enable);
|
||||
void (* const cancel_cidspill)(void *pvt);
|
||||
int (* const confmute)(void *pvt, int mute);
|
||||
int (* const confmute)(void *pvt, int mute);
|
||||
void (* const set_pulsedial)(void *pvt, int flag);
|
||||
void (* const set_new_owner)(void *pvt, struct ast_channel *new_owner);
|
||||
|
||||
|
Reference in New Issue
Block a user