From 87d9869fc30951cec632e0d6a3d1dd47756d2886 Mon Sep 17 00:00:00 2001 From: Vicent Marti <tanoku@gmail.com> Date: Mon, 19 Sep 2011 03:34:49 +0300 Subject: Tabify everything There were quite a few places were spaces were being used instead of tabs. Try to catch them all. This should hopefully not break anything. Except for `git blame`. Oh well. --- src/odb.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/odb.h') diff --git a/src/odb.h b/src/odb.h index 49c6359a5..4e850916b 100644 --- a/src/odb.h +++ b/src/odb.h @@ -16,9 +16,9 @@ /* DO NOT EXPORT */ typedef struct { - void *data; /**< Raw, decompressed object data. */ - size_t len; /**< Total number of bytes in data. */ - git_otype type; /**< Type of this object. */ + void *data; /**< Raw, decompressed object data. */ + size_t len; /**< Total number of bytes in data. */ + git_otype type; /**< Type of this object. */ } git_rawobj; /* EXPORT */ -- cgit v1.2.1