clang-format

This commit is contained in:
Gavin Hayes 2023-02-26 15:23:44 -05:00
parent c77063ec43
commit 52c6050ba7
2 changed files with 8 additions and 7 deletions

View file

@ -685,7 +685,8 @@ int _cocmd(int argc, char **argv, char **envp) {
unsupported['('] = true;
unsupported[')'] = true;
unsupported['{'] = true;
unsupported['}'] = false; // Perl t/op/exec.t depends on unpaired } being passed from the shell to Perl
unsupported['}'] = false; // Perl t/op/exec.t depends on unpaired } being
// passed from the shell to Perl
if (!_weaken(glob)) {
unsupported['*'] = true;
unsupported['?'] = true;