diff options
author | Yong Lei <leiyong@gmail.com> | 2016-07-21 15:32:23 -0700 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2016-07-22 03:14:07 +0200 |
commit | 8dcfe43de09b9f35e68a2b544b8656ad34a0b6cb (patch) | |
tree | 4da9213b22f86814cb5e28dd498a3832d372f2a6 /libavcodec/huffman.c | |
parent | b9d77c1dfc28efa63b251409c7df1213d1093a8a (diff) | |
download | ffmpeg-8dcfe43de09b9f35e68a2b544b8656ad34a0b6cb.tar.gz |
avcodec/huffman: beautify: add space between #include and filename.
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavcodec/huffman.c')
-rw-r--r-- | libavcodec/huffman.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/huffman.c b/libavcodec/huffman.c index a3d392065c..df1141b7e7 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" |