mirror of https://gitee.com/bigwinds/arangodb
indentation
This commit is contained in:
parent
ea27f2f995
commit
405770620d
|
@ -301,7 +301,6 @@ TRI_shape_t;
|
||||||
|
|
||||||
typedef struct TRI_shape_value_s {
|
typedef struct TRI_shape_value_s {
|
||||||
TRI_shape_aid_t _aid; // attribute identifier
|
TRI_shape_aid_t _aid; // attribute identifier
|
||||||
|
|
||||||
TRI_shape_sid_t _sid; // shape identifier of the attribute
|
TRI_shape_sid_t _sid; // shape identifier of the attribute
|
||||||
TRI_shape_type_t _type; // type of the attribute
|
TRI_shape_type_t _type; // type of the attribute
|
||||||
bool _fixedSized; // true of all element of this shaped have the same size
|
bool _fixedSized; // true of all element of this shaped have the same size
|
||||||
|
|
Loading…
Reference in New Issue