diff --git a/include/git/odb.h b/include/git/odb.h index 55eee3fca..7c6be4f3f 100644 --- a/include/git/odb.h +++ b/include/git/odb.h @@ -73,8 +73,8 @@ typedef enum { /** A small object read from the database. */ typedef struct { - void *data; /**< Raw, decompressed object data. */ - size_t len ; /**< Total number of bytes in data. */ + void *data; /**< Raw, decompressed object data. */ + size_t len; /**< Total number of bytes in data. */ git_otype type; /**< Type of this object. */ } git_sobj;