Commit 08e89160 authored by Diego Biurrun's avatar Diego Biurrun

cosmetics: indentation

Originally committed as revision 12471 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent edfd6975
......@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment