Update to adhere to the coding guidelines.

This commit is contained in:
Thomas Tanghus 2013-09-18 12:35:46 +02:00
parent 6ba23912a7
commit 442a2e074c
1 changed files with 7 additions and 10 deletions

View File

@ -83,8 +83,7 @@ class Server extends SimpleContainer implements IServerContainer {
*
* @return \OCP\IRequest|null
*/
function getRequest()
{
function getRequest() {
return $this->query('Request');
}
@ -93,8 +92,7 @@ class Server extends SimpleContainer implements IServerContainer {
*
* @return \OCP\IPreview
*/
function getPreviewManager()
{
function getPreviewManager() {
return $this->query('PreviewManager');
}
@ -103,8 +101,7 @@ class Server extends SimpleContainer implements IServerContainer {
*
* @return \OCP\Files\Folder
*/
function getRootFolder()
{
function getRootFolder() {
return $this->query('RootFolder');
}