merge whitespace fixes from sofia-sip tree

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10802 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2008-12-16 18:05:22 +00:00
parent 940dbe85c0
commit d8c4d22d40
489 changed files with 10298 additions and 10301 deletions

View File

@ -34,4 +34,3 @@ Zabaluev, Mikhail <first.surname@nokia.com>
Note: for details on who did what, see the version control
system change history, and release notes for past releases at
http://sofia-sip.sourceforge.net/relnotes/

View File

@ -10,5 +10,3 @@
ns.example.com A 127.0.0.2
AAAA ::2
A6 0 ::2

View File

@ -117,13 +117,13 @@ typedef struct context_s context_t;
#include <sofia-sip/tport_tag.h>
struct context_s {
su_home_t c_home[1];
su_root_t *c_root;
nta_agent_t *c_agent;
su_home_t c_home[1];
su_root_t *c_root;
nta_agent_t *c_agent;
url_t *c_proxy;
char const *c_username;
char const *c_password;
nta_leg_t *c_leg;
nta_leg_t *c_leg;
nta_outgoing_t *c_orq;
auth_client_t *c_proxy_auth;
auth_client_t *c_auth;