avcodec/huffman: beautify: add space between #include and filename.

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
Yong Lei 2016-07-21 15:32:23 -07:00 committed by Michael Niedermayer
parent b9d77c1dfc
commit 8dcfe43de0
1 changed files with 1 additions and 1 deletions

View File

@ -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"