Commit 8722a77e by Shawn O. Pearce

Correct indentation in git/odb.h

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
parent 15bffce9
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment