From: Russell Bryant Date: Mon, 1 Jun 2009 20:17:50 +0000 (+0000) Subject: Minor whitespace fix. X-Git-Tag: 11.0.0-beta1~4743 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8da5e991ee5bb579b6b3a5f3b9640d88468c78f2;p=thirdparty%2Fasterisk.git Minor whitespace fix. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@198670 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/include/asterisk/frame.h b/include/asterisk/frame.h index a16cf804c3..a1451c8de3 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 {