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:
parent
6888d69747
commit
7fa932ece6
1 changed files with 47 additions and 46 deletions
3
dir.c
3
dir.c
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue