1
0
Fork 0

indentation

This commit is contained in:
Jan Steemann 2013-11-14 23:29:08 +01:00
parent bfbc96d3e8
commit 2bacadfd34
1 changed files with 4 additions and 4 deletions

View File

@ -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;