From 92a3abc2920877b67162afe028cc8420ddbc18c0 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 20 Jan 2007 18:00:24 +0000 Subject: Another coding style fix --- common/sdp-expat.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'common') diff --git a/common/sdp-expat.c b/common/sdp-expat.c index 7c8867a5..8c68278e 100644 --- a/common/sdp-expat.c +++ b/common/sdp-expat.c @@ -156,8 +156,7 @@ static void convert_xml_to_sdp_start(void *data, const char *el, const char **at /* Get the ID */ for (i = 0; attr[i]; i += 1) { if (!strcmp(attr[i], "id")) { - context->attrId = - strtol(attr[i + 1], 0, 0); + context->attrId = strtol(attr[i + 1], 0, 0); break; } } -- cgit