]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
revert whitespace change
authorAnthony Minessale <anthm@freeswitch.org>
Mon, 14 Jan 2013 16:26:24 +0000 (10:26 -0600)
committerAnthony Minessale <anthm@freeswitch.org>
Mon, 1 Apr 2013 02:27:17 +0000 (21:27 -0500)
libs/sofia-sip/libsofia-sip-ua/sdp/sdp_parse.c

index 5e457953c48014c2e365455084498ae7cfdd0e1c..16fa202d099d1bb6d31dc3136bf4c83b551de51a 100644 (file)
@@ -1602,7 +1602,6 @@ static void parse_media_attr(sdp_parser_t *p, char *r, sdp_media_t *m,
   }
 
   if (rtp && su_casematch(name, "rtpmap")) {
-
          if ((n = parse_rtpmap(p, r, m)) == 0 || n < -1)
                  return;
   }