aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2009-06-01 20:17:50 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2009-06-01 20:17:50 +0000
commitaa2ac6ca989cb19e4b252d01edb2b8afc07974d9 (patch)
tree1aec5eb4963f36ef7b01b41a642bdd081e01a4be /include
parent06e0dbbb00595c1196948d2da541b12101e24159 (diff)
Minor whitespace fix.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@198670 f38db490-d61c-443f-a65b-d21fe96a405b
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 {