diff options
| author | Shawn O. Pearce <spearce@spearce.org> | 2008-11-03 17:52:59 -0800 |
|---|---|---|
| committer | Shawn O. Pearce <spearce@spearce.org> | 2008-11-03 18:40:06 -0800 |
| commit | 8722a77ec384aa0bc87b8f8f6c1c7ab6aeffae83 (patch) | |
| tree | a42df0a3df3e2524c532f9f75aea0ac69c3984c3 /include/git | |
| parent | 15bffce9f7ce45f3b17d9357931667485a890455 (diff) | |
| download | libgit2-8722a77ec384aa0bc87b8f8f6c1c7ab6aeffae83.tar.gz | |
Correct indentation in git/odb.h
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to 'include/git')
| -rw-r--r-- | include/git/odb.h | 4 |
1 files changed, 2 insertions, 2 deletions
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; |
