cosmetics: indentation

Originally committed as revision 12471 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2008-03-17 09:22:39 +00:00
parent edfd6975cf
commit 08e89160e4
1 changed files with 2 additions and 2 deletions

View File

@ -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 */