diff --git a/arangod/VocBase/voc-shaper.c b/arangod/VocBase/voc-shaper.c index 7f61bea3cd..8a3a744abe 100644 --- a/arangod/VocBase/voc-shaper.c +++ b/arangod/VocBase/voc-shaper.c @@ -50,10 +50,10 @@ //////////////////////////////////////////////////////////////////////////////// typedef struct attribute_weight_s { - TRI_shape_aid_t _aid; - int64_t _weight; - char* _attribute; - struct attribute_weight_s* _next; + TRI_shape_aid_t _aid; + int64_t _weight; + char* _attribute; + struct attribute_weight_s* _next; } attribute_weight_t;