From 8722a77ec384aa0bc87b8f8f6c1c7ab6aeffae83 Mon Sep 17 00:00:00 2001 From: "Shawn O. Pearce" Date: Mon, 3 Nov 2008 17:52:59 -0800 Subject: [PATCH] Correct indentation in git/odb.h Signed-off-by: Shawn O. Pearce --- include/git/odb.h | 4 ++-- 1 file 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;