summaryrefslogtreecommitdiff
path: root/libavutil/internal.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-03-17 09:22:39 +0000
committerDiego Biurrun <diego@biurrun.de>2008-03-17 09:22:39 +0000
commit08e89160e4217f859d984e836f4895535c0124cc (patch)
treea8f177f9ce156b32573e49de7ee17a193eb39906 /libavutil/internal.h
parentedfd6975cfdff72cf400f76b91a945e563360e76 (diff)
cosmetics: indentation
Originally committed as revision 12471 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/internal.h')
-rw-r--r--libavutil/internal.h4
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 */