You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
avcodec/huffman: beautify: add space between #include and filename.
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
committed by
Michael Niedermayer
parent
b9d77c1dfc
commit
8dcfe43de0
@@ -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"
|
||||
|
Reference in New Issue
Block a user