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:
parent
edfd6975cf
commit
08e89160e4
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user