1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

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

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