Use tabs for indentation.

Signed-off-by: Stephan Peijnik <speijnik@anexia-it.com>
This commit is contained in:
Stephan Peijnik 2014-07-11 11:21:32 +02:00 committed by Morris Jobke
parent 2df52e54d7
commit 5d7deefd95
1 changed files with 3 additions and 3 deletions

View File

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