mirror of https://gitee.com/bigwinds/arangodb
indent
This commit is contained in:
parent
f69ae8f2a9
commit
4de873d3e3
|
@ -324,7 +324,7 @@ static int SortShapeValuesFunc (void const* l, void const* r) {
|
||||||
int wl;
|
int wl;
|
||||||
int wr;
|
int wr;
|
||||||
|
|
||||||
left = (TRI_shape_value_t const*) l;
|
left = (TRI_shape_value_t const*) l;
|
||||||
right = (TRI_shape_value_t const*) r;
|
right = (TRI_shape_value_t const*) r;
|
||||||
|
|
||||||
if (left->_fixedSized != right->_fixedSized) {
|
if (left->_fixedSized != right->_fixedSized) {
|
||||||
|
@ -338,7 +338,7 @@ static int SortShapeValuesFunc (void const* l, void const* r) {
|
||||||
return wl - wr;
|
return wl - wr;
|
||||||
}
|
}
|
||||||
|
|
||||||
return (int)(left->_aid - right->_aid);
|
return (int) (left->_aid - right->_aid);
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
Loading…
Reference in New Issue