mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-08 10:50:28 +00:00
clang-format
This commit is contained in:
parent
c77063ec43
commit
52c6050ba7
2 changed files with 8 additions and 7 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue