Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
sofia-sip
Commits
169420f0
Commit
169420f0
authored
Oct 14, 2005
by
Pekka Pessi
Browse files
Fixed indenting.
darcs-hash:20051014133624-65a35-68ee57ad8add055df0d8d21ed71b0cac1ba49886.gz
parent
c9443e37
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
libsofia-sip-ua/nua/nua_common.c
libsofia-sip-ua/nua/nua_common.c
+4
-2
No files found.
libsofia-sip-ua/nua/nua_common.c
View file @
169420f0
...
...
@@ -120,7 +120,8 @@ nua_handle_t *nh_create_handle(nua_t *nua, nua_hmagic_t *hmagic,
if
(
!
p_from
&&
nua
->
nua_from
)
{
*
from
=
*
nua
->
nua_from
;
from
->
a_params
=
NULL
;
}
else
{
}
else
{
p_from
=
(
void
*
)
-
1
;
}
...
...
@@ -141,7 +142,8 @@ nua_handle_t *nh_create_handle(nua_t *nua, nua_hmagic_t *hmagic,
if
(
tbf
)
su_free
(
nh
->
nh_home
,
tbf
);
}
else
{
}
else
{
p_to
=
(
void
*
)
-
1
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment