diff options
author | Andrey Andreev <narf@devilix.net> | 2014-02-12 17:10:15 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2014-02-12 17:10:15 +0100 |
commit | bfbdf1eb200c89783b98a6d6b23de3483fbc8975 (patch) | |
tree | 4dcea23c3e5f8388251af23fa8f4680f7e71f722 | |
parent | 1480d8c1b58babf23f701796c8130f11d12c42c5 (diff) |
[ci skip] Indentation fix
-rw-r--r-- | tests/mocks/autoloader.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mocks/autoloader.php b/tests/mocks/autoloader.php index 1bcde797d..33942768d 100644 --- a/tests/mocks/autoloader.php +++ b/tests/mocks/autoloader.php @@ -112,7 +112,7 @@ function autoload($class) if ( ! file_exists($file)) { - return FALSE; + return FALSE; } include_once($file); |