Correct indentation in git/odb.h

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
This commit is contained in:
Shawn O. Pearce 2008-11-03 17:52:59 -08:00
parent 15bffce9f7
commit 8722a77ec3

View File

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