summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2009-06-01 20:17:50 +0000
committerRussell Bryant <russell@russellbryant.com>2009-06-01 20:17:50 +0000
commit8da5e991ee5bb579b6b3a5f3b9640d88468c78f2 (patch)
tree1aec5eb4963f36ef7b01b41a642bdd081e01a4be /include
parent440e2e07e3a5a9303b8956f4fbb0497c0d686fec (diff)
Minor whitespace fix.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@198670 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/frame.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asterisk/frame.h b/include/asterisk/frame.h
index a16cf804c..a1451c8de 100644
--- a/include/asterisk/frame.h
+++ b/include/asterisk/frame.h
@@ -322,8 +322,8 @@ enum ast_control_frame_type {
AST_CONTROL_T38 = 19, /*!< T38 state change request/notification */
AST_CONTROL_SRCUPDATE = 20, /*!< Indicate source of media has changed */
AST_CONTROL_TRANSFER = 21, /*!< Indicate status of a transfer request */
- AST_CONTROL_CONNECTED_LINE = 22, /*!< Indicate connected line has changed */
- AST_CONTROL_REDIRECTING = 23 /*!< Indicate redirecting id has changed */
+ AST_CONTROL_CONNECTED_LINE = 22,/*!< Indicate connected line has changed */
+ AST_CONTROL_REDIRECTING = 23 /*!< Indicate redirecting id has changed */
};
enum ast_control_t38 {