From 030db0c1dd807afca82813f07f5297cd192ebaa1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= <ubitux@gmail.com>
Date: Wed, 21 Nov 2012 08:01:51 +0100
Subject: [PATCH] lavf/hls: whitespace cosmetics after 23db5418.

---
 libavformat/hls.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libavformat/hls.c b/libavformat/hls.c
index e29ab02173..f515dfb7f1 100644
--- a/libavformat/hls.c
+++ b/libavformat/hls.c
@@ -504,7 +504,7 @@ static int hls_read_header(AVFormatContext *s)
         struct variant *v = c->variants[i];
         AVInputFormat *in_fmt = NULL;
         char bitrate_str[20];
-        AVProgram * program = NULL;
+        AVProgram *program = NULL;
         if (v->n_segments == 0)
             continue;
 
@@ -553,7 +553,7 @@ static int hls_read_header(AVFormatContext *s)
 
         /* Create new AVprogram for variant i */
         program = av_new_program(s, i);
-        if ( !program )
+        if (!program)
             goto fail;
         av_dict_set(&program->metadata, "variant_bitrate", bitrate_str, 0);