From d9015a8c94bfd71fe484618a06d276701d3bf9ff Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Mon, 5 Oct 2020 15:12:57 +0200 Subject: Format code to a single space around binary operators Signed-off-by: Christoph Wurst --- lib/private/Files/FileInfo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/private/Files/FileInfo.php') diff --git a/lib/private/Files/FileInfo.php b/lib/private/Files/FileInfo.php index 3c6bdd3b5a0..8f42aff85bb 100644 --- a/lib/private/Files/FileInfo.php +++ b/lib/private/Files/FileInfo.php @@ -95,7 +95,7 @@ class FileInfo implements \OCP\Files\FileInfo, \ArrayAccess { * @param \OCP\Files\Mount\IMountPoint $mount * @param \OCP\IUser|null $owner */ - public function __construct($path, $storage, $internalPath, $data, $mount, $owner= null) { + public function __construct($path, $storage, $internalPath, $data, $mount, $owner = null) { $this->path = $path; $this->storage = $storage; $this->internalPath = $internalPath; -- cgit v1.2.3