]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Mon May 25 10:31:02 CDT 2009 Pekka Pessi <first.last@nokia.com>
authorMichael Jerris <mike@jerris.com>
Fri, 10 Jul 2009 00:41:42 +0000 (00:41 +0000)
committerMichael Jerris <mike@jerris.com>
Fri, 10 Jul 2009 00:41:42 +0000 (00:41 +0000)
  * test_nta_api.c: whitespace fixes

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14179 d0543943-73ff-0310-b7d9-9358b9ac24b2

libs/sofia-sip/.update
libs/sofia-sip/libsofia-sip-ua/nta/test_nta_api.c

index 7a778b8274f072d6adae5ddc8c010ff4dfe1a5fd..dc050472d4c4783d4aea44b7624b2f37e235d3f7 100644 (file)
@@ -1 +1 @@
-Thu Jul  9 19:39:12 CDT 2009
+Thu Jul  9 19:39:59 CDT 2009
index 1d24b4488e667a56f69a4885e5d9d2ca23acffb1..818ffb6e94e55ff75979e360465ab9bb86d81c18 100644 (file)
@@ -489,7 +489,6 @@ static int api_test_destroy(agent_t *ag)
   TEST_VOID(su_home_deinit(home));
 
   END();
-
 }
 
 
@@ -893,13 +892,13 @@ int api_test_user_via_fillin(agent_t *ag)
                          NULL,
                          NULL,
                          TAG_END()));
-  TEST_1(leg = nta_leg_tcreate(nta, NULL, NULL, 
+  TEST_1(leg = nta_leg_tcreate(nta, NULL, NULL,
                         NTATAG_NO_DIALOG(1),
                         TAG_END()));
 
   /* This creates a delayed response message */
   orq0 = nta_outgoing_tcreate(leg, outgoing_callback, ag, NULL,
-                      SIP_METHOD_MESSAGE, 
+                      SIP_METHOD_MESSAGE,
                       URL_STRING_MAKE("sip:foo.bar;transport=none"),
                       SIPTAG_FROM_STR("<sip:bar.foo>"),
                       SIPTAG_TO_STR("<sip:foo.bar>"),
@@ -940,7 +939,7 @@ int api_test_user_via_fillin(agent_t *ag)
   TEST_VOID(nta_outgoing_destroy(orq0));
   TEST_VOID(nta_outgoing_destroy(orq1));
   TEST_VOID(nta_leg_destroy(leg));
-  TEST_VOID(nta_agent_destroy(nta)); 
+  TEST_VOID(nta_agent_destroy(nta));
 
   TEST_VOID(su_root_destroy(root));
   TEST_VOID(su_home_deinit(home));