mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-28 12:01:40 +00:00
Correct indentation in git/odb.h
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
This commit is contained in:
parent
15bffce9f7
commit
8722a77ec3
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user