[vlc-commits] fix code alignment in http output

Steve Lhomme git at videolan.org
Fri Dec 18 11:52:38 CET 2015


vlc | branch: master | Steve Lhomme <robUx4 at videolabs.io> | Fri Dec 18 10:02:10 2015 +0100| [137273b4dccb2cb32d248271bad106aa28ca596b] | committer: Jean-Baptiste Kempf

fix code alignment in http output

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=137273b4dccb2cb32d248271bad106aa28ca596b
---

 modules/access_output/http.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/access_output/http.c b/modules/access_output/http.c
index f82e87c..0282894 100644
--- a/modules/access_output/http.c
+++ b/modules/access_output/http.c
@@ -105,7 +105,7 @@ struct sout_access_out_sys_t
     int                 i_header_allocated;
     int                 i_header_size;
     uint8_t             *p_header;
-    bool          b_header_complete;
+    bool                b_header_complete;
     bool                b_metacube;
     bool                b_has_keyframes;
 };



More information about the vlc-commits mailing list