From: Michael Haggerty Date: Wed, 5 Mar 2014 17:26:27 +0000 (+0100) Subject: cache_tree_find(): fix comment formatting X-Git-Tag: v2.0.0-rc0~91^2~3 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/79192b87ad6a57e2b2a6219f0a17e85ece759c0f?ds=inline;hp=--cc cache_tree_find(): fix comment formatting Signed-off-by: Michael Haggerty Signed-off-by: Junio C Hamano --- 79192b87ad6a57e2b2a6219f0a17e85ece759c0f diff --git a/cache-tree.c b/cache-tree.c index d00f4ef7c2..408ee57a50 100644 --- a/cache-tree.c +++ b/cache-tree.c @@ -555,8 +555,9 @@ static struct cache_tree *cache_tree_find(struct cache_tree *it, const char *pat struct cache_tree_sub *sub; slash = strchrnul(path, '/'); - /* between path and slash is the name of the - * subtree to look for. + /* + * Between path and slash is the name of the subtree + * to look for. */ sub = find_subtree(it, path, slash - path, 0); if (!sub)