diff options
author | Måns Rullgård <mans@mansr.com> | 2010-03-08 21:29:01 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2010-03-08 21:29:01 +0000 |
commit | 3369888aa5cf1480485b1a20a4d04bb23a6bae09 (patch) | |
tree | e01b8eb4712443f996d75046006dc832dc459889 /libavutil | |
parent | 2acb5e10b9a3145192b3624896672073faa24385 (diff) | |
download | ffmpeg-3369888aa5cf1480485b1a20a4d04bb23a6bae09.tar.gz |
cosmetics: indent
Originally committed as revision 22348 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil')
-rw-r--r-- | libavutil/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/common.h b/libavutil/common.h index 010fe4cbc3..3f81de4f00 100644 --- a/libavutil/common.h +++ b/libavutil/common.h @@ -37,7 +37,7 @@ #include "attributes.h" #ifdef HAVE_AV_CONFIG_H -#include "config.h" +# include "config.h" # include "intmath.h" #endif |