Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Moeller <mail@felixmoeller.de>2012-11-05 01:16:04 +0400
committerFelix Moeller <mail@felixmoeller.de>2012-11-05 01:16:04 +0400
commita4b2ea586dea5e02a91a873d16a20144db7292a0 (patch)
tree1f936fcd3d1a3d314d80986cef76cb8d84514194 /lib/backgroundjob.php
parent1e33ad9cbcd2282db5cb64b933bfe8844d582acf (diff)
Style: Remove all the dangling white spaces
Diffstat (limited to 'lib/backgroundjob.php')
-rw-r--r--lib/backgroundjob.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/backgroundjob.php b/lib/backgroundjob.php
index f486519bf09..28b5ce3af20 100644
--- a/lib/backgroundjob.php
+++ b/lib/backgroundjob.php
@@ -40,7 +40,7 @@ class OC_BackgroundJob{
* @param $type execution type
* @return boolean
*
- * This method sets the execution type of the background jobs. Possible types
+ * This method sets the execution type of the background jobs. Possible types
* are "none", "ajax", "webcron", "cron"
*/
public static function setExecutionType( $type ) {