Fix indention

This commit is contained in:
Robin Appelman 2014-11-19 00:41:35 +01:00
commit 4049ff602f

View file

@ -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);