mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-03-23 04:24:35 +02:00
Reindent something where a if () --> { <-- is on a newline rather than on the
same line as the if. See summary in "[PATCH] rtsp.c small cleanups" thread on mailinglist. Originally committed as revision 18127 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
7d09a993d1
commit
78f731de92
@ -243,8 +243,7 @@ static const AttrNameMap attr_names[]=
|
||||
int rtsp_next_attr_and_value(const char **p, char *attr, int attr_size, char *value, int value_size)
|
||||
{
|
||||
skip_spaces(p);
|
||||
if(**p)
|
||||
{
|
||||
if(**p) {
|
||||
get_word_sep(attr, attr_size, "=", p);
|
||||
if (**p == '=')
|
||||
(*p)++;
|
||||
|
Loading…
x
Reference in New Issue
Block a user