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
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/pack.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/pack.h')
-rw-r--r--src/pack.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pack.h b/src/pack.h
index ca3587854..0fddd9dc8 100644
--- a/src/pack.h
+++ b/src/pack.h
@@ -38,7 +38,7 @@ struct git_pack_header {
* Very old git binaries will also compare the first 4 bytes to the
* next 4 bytes in the index and abort with a "non-monotonic index"
* error if the second 4 byte word is smaller than the first 4
- * byte word. This would be true in the proposed future index
+ * byte word. This would be true in the proposed future index
* format as idx_signature would be greater than idx_version.
*/