Commit 290b2375 authored by Stephan Holljes's avatar Stephan Holljes Committed by Nicolas George

lavf/http: Indent else-clause.

Signed-off-by: 's avatarStephan Holljes <klaxa1337@googlemail.com>
parent a7e7c68b
......@@ -611,7 +611,6 @@ static int process_line(URLContext *h, char *line, int line_count,
}
av_log(h, AV_LOG_TRACE, "HTTP version string: %s\n", version);
} else {
/* TODO: reindent */
while (!av_isspace(*p) && *p != '\0')
p++;
while (av_isspace(*p))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment