summaryrefslogtreecommitdiffstats
path: root/lib/files/storage/local.php
diff options
context:
space:
mode:
authorBart Visscher <bartv@thisnet.nl>2013-02-11 17:44:02 +0100
committerBart Visscher <bartv@thisnet.nl>2013-02-14 08:38:37 +0100
commitffae6f4b847e96d691053300c355ab81edc6c1c8 (patch)
tree928a210abf40ab333c0a08fb469be87c71147b24 /lib/files/storage/local.php
parent2d6d0a4ad438590504c13f04a6b2916a59a99c30 (diff)
downloadnextcloud-server-ffae6f4b847e96d691053300c355ab81edc6c1c8.tar.gz
nextcloud-server-ffae6f4b847e96d691053300c355ab81edc6c1c8.zip
Style-fix: Breakup long lines
Diffstat (limited to 'lib/files/storage/local.php')
-rw-r--r--lib/files/storage/local.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/files/storage/local.php b/lib/files/storage/local.php
index 4099f860d7b..da6597c8057 100644
--- a/lib/files/storage/local.php
+++ b/lib/files/storage/local.php
@@ -205,7 +205,9 @@ class Local extends \OC\Files\Storage\Common{
return (float)exec('stat -c %s ' . escapeshellarg($fullPath));
}
} else {
- \OC_Log::write('core', 'Unable to determine file size of "'.$fullPath.'". Unknown OS: '.$name, \OC_Log::ERROR);
+ \OC_Log::write('core',
+ 'Unable to determine file size of "'.$fullPath.'". Unknown OS: '.$name,
+ \OC_Log::ERROR);
}
return 0;