Skip to content

Commit 79192b8

Browse files
mhaggergitster
authored andcommitted
cache_tree_find(): fix comment formatting
Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 17e22dd commit 79192b8

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

cache-tree.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -555,8 +555,9 @@ static struct cache_tree *cache_tree_find(struct cache_tree *it, const char *pat
555555
struct cache_tree_sub *sub;
556556

557557
slash = strchrnul(path, '/');
558-
/* between path and slash is the name of the
559-
* subtree to look for.
558+
/*
559+
* Between path and slash is the name of the subtree
560+
* to look for.
560561
*/
561562
sub = find_subtree(it, path, slash - path, 0);
562563
if (!sub)

0 commit comments

Comments
 (0)