Bug 1652354 - preparation - apply clang-format (needed likely due to clang-format update). rs=me

--HG--
extra : amend_source : ce2a7384405ed9acc63442107536f951dfceeeb9
This commit is contained in:
Magnus Melin 2020-12-21 14:24:43 +02:00
Родитель 609faf6e3f
Коммит 131ac5deaa
1 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -70,9 +70,9 @@ static INLINE void morkQS_swapfunc(mork_u1*, mork_u1*, int, int);
}
#define morkQS_SwapInit(a, es) \
swaptype = (a - (mork_u1*)0) % sizeof(long) || es % sizeof(long) \
? 2 \
: es == sizeof(long) ? 0 : 1;
swaptype = (a - (mork_u1*)0) % sizeof(long) || es % sizeof(long) ? 2 \
: es == sizeof(long) ? 0 \
: 1;
static INLINE void morkQS_swapfunc(mork_u1* a, mork_u1* b, int n,
int swaptype) {