summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Beller <sbeller@google.com>2015-08-31 11:43:29 -0700
committerJunio C Hamano <gitster@pobox.com>2015-08-31 12:31:00 -0700
commit6bea53c130a8f519fd534edfcd8116d2963afce8 (patch)
tree6bb8794881ffd7dbaa40a34f2b4b7a3213e12e08
parentaecce6d0eff68a7144e32247d2e02d9974772ab1 (diff)
downloadgit-sb/read-cache-one-indent-style-fix.tar.gz
read-cache: fix indentation in read_index_fromsb/read-cache-one-indent-style-fix
Signed-off-by: Stefan Beller <sbeller@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--read-cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/read-cache.c b/read-cache.c
index ab1bfc94d6..87204a50a5 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);