Use tabs for indentation.
Signed-off-by: Stephan Peijnik <speijnik@anexia-it.com>
This commit is contained in:
parent
2df52e54d7
commit
5d7deefd95
1 changed files with 3 additions and 3 deletions
|
@ -33,9 +33,9 @@ namespace OC\Files;
|
|||
use OC\Files\Storage\Loader;
|
||||
|
||||
class Filesystem {
|
||||
const SPACE_NOT_COMPUTED = -1;
|
||||
const SPACE_UNKNOWN = -2;
|
||||
const SPACE_UNLIMITED = -3;
|
||||
const SPACE_NOT_COMPUTED = -1;
|
||||
const SPACE_UNKNOWN = -2;
|
||||
const SPACE_UNLIMITED = -3;
|
||||
|
||||
/**
|
||||
* @var Mount\Manager $mounts
|
||||
|
|
Loading…
Reference in a new issue