Skip to content

Commit 9bd8362

Browse files
committed
ignore: fix indentation of comment block
1 parent 0a93ded commit 9bd8362

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/ignore.c

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -125,12 +125,12 @@ static int does_negate_rule(int *out, git_vector *rules, git_attr_fnmatch *match
125125
continue;
126126
}
127127

128-
/*
129-
* When dealing with a directory, we add '/<star>' so
130-
* p_fnmatch() honours FNM_PATHNAME. Checking for LEADINGDIR
131-
* alone isn't enough as that's also set for nagations, so we
132-
* need to check that NEGATIVE is off.
133-
*/
128+
/*
129+
* When dealing with a directory, we add '/<star>' so
130+
* p_fnmatch() honours FNM_PATHNAME. Checking for LEADINGDIR
131+
* alone isn't enough as that's also set for nagations, so we
132+
* need to check that NEGATIVE is off.
133+
*/
134134
git_buf_clear(&buf);
135135
if (rule->containing_dir) {
136136
git_buf_puts(&buf, rule->containing_dir);

0 commit comments

Comments
 (0)