mirror of
https://codeberg.org/icewind/SMB.git
synced 2026-06-03 17:24:07 +02:00
Fix indention
This commit is contained in:
parent
80d5918640
commit
4049ff602f
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ class NativeState {
|
||||||
case 0;
|
case 0;
|
||||||
return;
|
return;
|
||||||
case 1:
|
case 1:
|
||||||
case 13:
|
case 13:
|
||||||
throw new ForbiddenException($path, $error);
|
throw new ForbiddenException($path, $error);
|
||||||
case 2:
|
case 2:
|
||||||
throw new NotFoundException($path, $error);
|
throw new NotFoundException($path, $error);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue