diff options
author | Bart Visscher <bartv@thisnet.nl> | 2013-02-09 22:44:11 +0100 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2013-02-14 08:36:26 +0100 |
commit | 2d6d0a4ad438590504c13f04a6b2916a59a99c30 (patch) | |
tree | 219557660d50e4742fef8bcfc829b495e7e2b9c0 /lib/public/share.php | |
parent | 26791238463fda41f8b5abdedb7164df63d1b766 (diff) | |
download | nextcloud-server-2d6d0a4ad438590504c13f04a6b2916a59a99c30.tar.gz nextcloud-server-2d6d0a4ad438590504c13f04a6b2916a59a99c30.zip |
Whitespace indent fixes
Diffstat (limited to 'lib/public/share.php')
-rw-r--r-- | lib/public/share.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/public/share.php b/lib/public/share.php index 6dc30f6ae42..cc2c45e3f31 100644 --- a/lib/public/share.php +++ b/lib/public/share.php @@ -702,9 +702,9 @@ class Share { || $format == \OC_Share_Backend_File::FORMAT_FILE_APP_ROOT ) { $select = '`*PREFIX*share`.`id`, `item_type`, `*PREFIX*share`.`parent`, `uid_owner`, ' - .'`share_type`, `share_with`, `file_source`, `path`, `file_target`, ' - .'`permissions`, `expiration`, `storage`, `*PREFIX*filecache`.`parent` as `file_parent`, ' - .'`name`, `mtime`, `mimetype`, `mimepart`, `size`, `encrypted`, `etag`'; + .'`share_type`, `share_with`, `file_source`, `path`, `file_target`, ' + .'`permissions`, `expiration`, `storage`, `*PREFIX*filecache`.`parent` as `file_parent`, ' + .'`name`, `mtime`, `mimetype`, `mimepart`, `size`, `encrypted`, `etag`'; } else { $select = '`*PREFIX*share`.`id`, `item_type`, `item_source`, `item_target`, `*PREFIX*share`.`parent`, `share_type`, `share_with`, `uid_owner`, `file_source`, `path`, `file_target`, `permissions`, `stime`, `expiration`, `token`'; } |