mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-30 08:12:42 +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. */
|
/** A small object read from the database. */
|
||||||
typedef struct {
|
typedef struct {
|
||||||
void *data; /**< Raw, decompressed object data. */
|
void *data; /**< Raw, decompressed object data. */
|
||||||
size_t len ; /**< Total number of bytes in data. */
|
size_t len; /**< Total number of bytes in data. */
|
||||||
git_otype type; /**< Type of this object. */
|
git_otype type; /**< Type of this object. */
|
||||||
} git_sobj;
|
} git_sobj;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user