[svn-commits] russell: trunk r198670 - /trunk/include/asterisk/frame.h

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Jun 1 15:17:54 CDT 2009


Author: russell
Date: Mon Jun  1 15:17:50 2009
New Revision: 198670

URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=198670
Log:
Minor whitespace fix.

Modified:
    trunk/include/asterisk/frame.h

Modified: trunk/include/asterisk/frame.h
URL: http://svn.asterisk.org/svn-view/asterisk/trunk/include/asterisk/frame.h?view=diff&rev=198670&r1=198669&r2=198670
==============================================================================
--- trunk/include/asterisk/frame.h (original)
+++ trunk/include/asterisk/frame.h Mon Jun  1 15:17:50 2009
@@ -322,8 +322,8 @@
 	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 {




More information about the svn-commits mailing list