Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/odb.h
diff options
context:
space:
mode:
authorVicent Marti <tanoku@gmail.com>2011-09-19 04:34:49 +0400
committerVicent Marti <tanoku@gmail.com>2011-09-19 04:34:49 +0400
commit87d9869fc30951cec632e0d6a3d1dd47756d2886 (patch)
treead39ac1e487e2d5baa64d7fa979122541f6b8bcb /src/odb.h
parentbb742ede3d54564ff900fb7246e7b1ff01482b2c (diff)
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.
Diffstat (limited to 'src/odb.h')
-rw-r--r--src/odb.h6
1 files changed, 3 insertions, 3 deletions
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 */