Skip to content
Snippets Groups Projects
Commit 8da5e991 authored by Russell Bryant's avatar Russell Bryant
Browse files

Minor whitespace fix.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@198670 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 440e2e07
Branches
Tags
No related merge requests found
...@@ -322,8 +322,8 @@ enum ast_control_frame_type { ...@@ -322,8 +322,8 @@ enum ast_control_frame_type {
AST_CONTROL_T38 = 19, /*!< T38 state change request/notification */ AST_CONTROL_T38 = 19, /*!< T38 state change request/notification */
AST_CONTROL_SRCUPDATE = 20, /*!< Indicate source of media has changed */ AST_CONTROL_SRCUPDATE = 20, /*!< Indicate source of media has changed */
AST_CONTROL_TRANSFER = 21, /*!< Indicate status of a transfer request */ AST_CONTROL_TRANSFER = 21, /*!< Indicate status of a transfer request */
AST_CONTROL_CONNECTED_LINE = 22, /*!< Indicate connected line has changed */ AST_CONTROL_CONNECTED_LINE = 22,/*!< Indicate connected line has changed */
AST_CONTROL_REDIRECTING = 23 /*!< Indicate redirecting id has changed */ AST_CONTROL_REDIRECTING = 23 /*!< Indicate redirecting id has changed */
}; };
enum ast_control_t38 { enum ast_control_t38 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment