[FFmpeg-devel] [PATCH] beautify: add space between #include and filename.
Yong Lei
leiyong at gmail.com
Fri Jul 22 01:32:23 EEST 2016
---
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"
--
2.8.0.rc3.226.g39d4020
More information about the ffmpeg-devel
mailing list