ffmpeg | branch: master | Yong Lei <[email protected]> | 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 <[email protected]> > 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" _______________________________________________ ffmpeg-cvslog mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog
