mirror of https://gitee.com/bigwinds/arangodb
indentation
This commit is contained in:
parent
bfbc96d3e8
commit
2bacadfd34
|
@ -50,10 +50,10 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
typedef struct attribute_weight_s {
|
typedef struct attribute_weight_s {
|
||||||
TRI_shape_aid_t _aid;
|
TRI_shape_aid_t _aid;
|
||||||
int64_t _weight;
|
int64_t _weight;
|
||||||
char* _attribute;
|
char* _attribute;
|
||||||
struct attribute_weight_s* _next;
|
struct attribute_weight_s* _next;
|
||||||
}
|
}
|
||||||
attribute_weight_t;
|
attribute_weight_t;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue