[FFmpeg-cvslog] avcodec/huffman: beautify: add space between #include and filename.
Yong Lei
git at videolan.org
Fri Jul 22 04:17:12 EEST 2016
ffmpeg | branch: master | Yong Lei <leiyong at gmail.com> | Thu Jul 21 15:32:23 2016 -0700| [8dcfe43de09b9f35e68a2b544b8656ad34a0b6cb] | committer: Michael Niedermayer
avcodec/huffman: beautify: add space between #include and filename.
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8dcfe43de09b9f35e68a2b544b8656ad34a0b6cb
---
libavcodec/huffman.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/huffman.c b/libavcodec/huffman.c
index a3d3920..df1141b 100644
--- a/libavcodec/huffman.c
+++ b/libavcodec/huffman.c
@@ -27,7 +27,7 @@
#include <stdint.h>
#include "libavutil/qsort.h"
-#include"libavutil/common.h"
+#include "libavutil/common.h"
#include "avcodec.h"
#include "huffman.h"
More information about the ffmpeg-cvslog
mailing list