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

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
pull/228/head
Yong Lei 9 years ago committed by Michael Niedermayer
parent b9d77c1dfc
commit 8dcfe43de0
  1. 2
      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"

Loading…
Cancel
Save