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:
Родитель
609faf6e3f
Коммит
131ac5deaa
|
@ -70,9 +70,9 @@ static INLINE void morkQS_swapfunc(mork_u1*, mork_u1*, int, int);
|
||||||
}
|
}
|
||||||
|
|
||||||
#define morkQS_SwapInit(a, es) \
|
#define morkQS_SwapInit(a, es) \
|
||||||
swaptype = (a - (mork_u1*)0) % sizeof(long) || es % sizeof(long) \
|
swaptype = (a - (mork_u1*)0) % sizeof(long) || es % sizeof(long) ? 2 \
|
||||||
? 2 \
|
: es == sizeof(long) ? 0 \
|
||||||
: es == sizeof(long) ? 0 : 1;
|
: 1;
|
||||||
|
|
||||||
static INLINE void morkQS_swapfunc(mork_u1* a, mork_u1* b, int n,
|
static INLINE void morkQS_swapfunc(mork_u1* a, mork_u1* b, int n,
|
||||||
int swaptype) {
|
int swaptype) {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче