dir.c: adjust indent [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60345 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
6888d69747
commit
7fa932ece6
3
dir.c
3
dir.c
@ -355,7 +355,8 @@ fnmatch_helper(
|
|||||||
goto failed;
|
goto failed;
|
||||||
}
|
}
|
||||||
|
|
||||||
case '{': if (flags & FNM_EXTGLOB) {
|
case '{':
|
||||||
|
if (flags & FNM_EXTGLOB) {
|
||||||
size_t len = pend - p;
|
size_t len = pend - p;
|
||||||
char *buf = FNMATCH_ALLOC_N(char, len);
|
char *buf = FNMATCH_ALLOC_N(char, len);
|
||||||
const char *rbrace = NULL;
|
const char *rbrace = NULL;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user