superficial reformatting of previous commit

This commit is contained in:
Joel Dice 2009-08-21 09:44:18 -06:00
parent 637a676fb0
commit 4536f13ee4

View File

@ -31,7 +31,7 @@
#if (defined __i386__) || (defined __POWERPC__) || (defined __arm__)
# define LD "ld"
# if defined(__MINGW32__) && __GNUC__ == 4
# if (defined __MINGW32__) && __GNUC__ == 4
# define LLD "I64d"
# else
# define LLD "lld"