(perltidy)
This commit is contained in:
parent
afcd974afa
commit
8714b77eae
14 changed files with 39 additions and 39 deletions
|
@ -44,7 +44,7 @@ my $ret = '';
|
|||
|
||||
$ret = access( $repo, $user, $aa, $ref );
|
||||
|
||||
if ($ret =~ /DENIED/) {
|
||||
if ( $ret =~ /DENIED/ ) {
|
||||
print "$ret\n" unless $quiet;
|
||||
exit 1;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue