[asterisk-commits] qwell: branch qwell/fun_with_transports r387484 - /team/qwell/fun_with_transp...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu May 2 14:13:02 CDT 2013
Author: qwell
Date: Thu May 2 14:13:00 2013
New Revision: 387484
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=387484
Log:
Fix whitespace.
Modified:
team/qwell/fun_with_transports/include/asterisk/res_sip.h
Modified: team/qwell/fun_with_transports/include/asterisk/res_sip.h
URL: http://svnview.digium.com/svn/asterisk/team/qwell/fun_with_transports/include/asterisk/res_sip.h?view=diff&rev=387484&r1=387483&r2=387484
==============================================================================
--- team/qwell/fun_with_transports/include/asterisk/res_sip.h (original)
+++ team/qwell/fun_with_transports/include/asterisk/res_sip.h Thu May 2 14:13:00 2013
@@ -154,12 +154,12 @@
* \brief A transport to be used for messages to a contact
*/
struct ast_sip_contact_transport {
- SORCERY_OBJECT(details);
+ SORCERY_OBJECT(details);
AST_DECLARE_STRING_FIELDS(
/*! Full URI of the contact */
AST_STRING_FIELD(uri);
);
- pjsip_transport *transport;
+ pjsip_transport *transport;
};
/*!
More information about the asterisk-commits
mailing list