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
c9650b55
Commit
c9650b55
authored
Nov 27, 2008
by
Pekka Pessi
Browse files
su/su_tag_io.c: fixed whitespace
darcs-hash:20081127130714-db55f-9ed349b9f9f4159339d2f0b33c30f4959cafb38f.gz
parent
bc2fdf35
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
libsofia-sip-ua/su/su_tag_io.c
libsofia-sip-ua/su/su_tag_io.c
+3
-3
No files found.
libsofia-sip-ua/su/su_tag_io.c
View file @
c9650b55
...
...
@@ -23,12 +23,12 @@
*/
/**@SU_TAG
*
*
* @CFILE su_tag_io.c
* @brief Printing tag lists.
*
* @author Pekka Pessi <Pekka.Pessi@nokia.com>
*
*
* @date Created: Wed Feb 21 12:12:27 2001 ppessi
*/
...
...
@@ -62,7 +62,7 @@ void tl_print(FILE *f, char const *title, tagi_t const lst[])
if
(
n
>
0
&&
buffer
[
n
-
1
]
==
'\n'
)
fmt
=
" %s"
;
}
else
else
buffer
[
sizeof
(
buffer
)
-
1
]
=
'\0'
;
fprintf
(
f
,
fmt
,
buffer
);
}
...
...
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