Commit 8dcfe43d authored by Yong Lei's avatar Yong Lei Committed by Michael Niedermayer

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

Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent b9d77c1d
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
#include <stdint.h> #include <stdint.h>
#include "libavutil/qsort.h" #include "libavutil/qsort.h"
#include"libavutil/common.h" #include "libavutil/common.h"
#include "avcodec.h" #include "avcodec.h"
#include "huffman.h" #include "huffman.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment