mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-20 20:44:20 +00:00
Whitespace fix
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@37596 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -294,7 +294,7 @@ struct queue_ent {
|
||||
int prio; /*!< Our priority */
|
||||
int last_pos_said; /*!< Last position we told the user */
|
||||
time_t last_periodic_announce_time; /*!< The last time we played a periodic announcement */
|
||||
int last_periodic_announce_sound; /* The last periodic announcement we made */
|
||||
int last_periodic_announce_sound; /*!< The last periodic announcement we made */
|
||||
time_t last_pos; /*!< Last time we told the user their position */
|
||||
int opos; /*!< Where we started in the queue */
|
||||
int handled; /*!< Whether our call was handled */
|
||||
@@ -371,7 +371,7 @@ struct call_queue {
|
||||
char sound_seconds[80]; /*!< Sound file: "seconds." (def. queue-seconds) */
|
||||
char sound_thanks[80]; /*!< Sound file: "Thank you for your patience." (def. queue-thankyou) */
|
||||
char sound_reporthold[80]; /*!< Sound file: "Hold time" (def. queue-reporthold) */
|
||||
char sound_periodicannounce[MAX_PERIODIC_ANNOUNCEMENTS][80];/* Sound files: Custom announce, no default */
|
||||
char sound_periodicannounce[MAX_PERIODIC_ANNOUNCEMENTS][80];/*!< Sound files: Custom announce, no default */
|
||||
|
||||
int count; /*!< How many entries */
|
||||
int maxlen; /*!< Max number of entries */
|
||||
|
Reference in New Issue
Block a user