lavf/http: Indent else-clause.

Signed-off-by: Stephan Holljes <klaxa1337@googlemail.com>
pull/147/head
Stephan Holljes 10 years ago committed by Nicolas George
parent a7e7c68b0e
commit 290b237556
  1. 1
      libavformat/http.c

@ -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))

Loading…
Cancel
Save