summaryrefslogtreecommitdiff
path: root/read-cache.c
diff options
context:
space:
mode:
authorStefan Beller <sbeller@google.com>2015-08-31 18:43:29 (GMT)
committerJunio C Hamano <gitster@pobox.com>2015-08-31 19:31:00 (GMT)
commit6bea53c130a8f519fd534edfcd8116d2963afce8 (patch)
tree6bb8794881ffd7dbaa40a34f2b4b7a3213e12e08 /read-cache.c
parentaecce6d0eff68a7144e32247d2e02d9974772ab1 (diff)
downloadgit-6bea53c130a8f519fd534edfcd8116d2963afce8.zip
git-6bea53c130a8f519fd534edfcd8116d2963afce8.tar.gz
git-6bea53c130a8f519fd534edfcd8116d2963afce8.tar.bz2
read-cache: fix indentation in read_index_from
Signed-off-by: Stefan Beller <sbeller@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'read-cache.c')
-rw-r--r--read-cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/read-cache.c b/read-cache.c
index ab1bfc9..87204a5 100644
--- a/read-cache.c
+++ b/read-cache.c
@@ -1654,7 +1654,7 @@ int read_index_from(struct index_state *istate, const char *path)
die("broken index, expect %s in %s, got %s",
sha1_to_hex(split_index->base_sha1),
git_path("sharedindex.%s",
- sha1_to_hex(split_index->base_sha1)),
+ sha1_to_hex(split_index->base_sha1)),
sha1_to_hex(split_index->base->sha1));
merge_base_index(istate);
check_ce_order(istate);