1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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:
nobu 2017-10-22 04:06:23 +00:00
parent 6888d69747
commit 7fa932ece6

3
dir.c
View file

@ -355,7 +355,8 @@ fnmatch_helper(
goto failed;
}
case '{': if (flags & FNM_EXTGLOB) {
case '{':
if (flags & FNM_EXTGLOB) {
size_t len = pend - p;
char *buf = FNMATCH_ALLOC_N(char, len);
const char *rbrace = NULL;