diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-03-17 09:22:39 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-03-17 09:22:39 +0000 |
commit | 08e89160e4217f859d984e836f4895535c0124cc (patch) | |
tree | a8f177f9ce156b32573e49de7ee17a193eb39906 | |
parent | edfd6975cfdff72cf400f76b91a945e563360e76 (diff) | |
download | ffmpeg-08e89160e4217f859d984e836f4895535c0124cc.tar.gz |
cosmetics: indentation
Originally committed as revision 12471 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavutil/internal.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavutil/internal.h b/libavutil/internal.h index 80d3d4114c..6f1dd80639 100644 --- a/libavutil/internal.h +++ b/libavutil/internal.h @@ -128,9 +128,9 @@ # define MANGLE(a) "_" #a # endif #elif defined(ARCH_X86_64) && defined(PIC) -# define MANGLE(a) #a"(%%rip)" +# define MANGLE(a) #a"(%%rip)" #else -# define MANGLE(a) #a +# define MANGLE(a) #a #endif /* debug stuff */ |