diff options
author | Felix Moeller <mail@felixmoeller.de> | 2012-11-04 22:16:04 +0100 |
---|---|---|
committer | Felix Moeller <mail@felixmoeller.de> | 2012-11-04 22:16:04 +0100 |
commit | a4b2ea586dea5e02a91a873d16a20144db7292a0 (patch) | |
tree | 1f936fcd3d1a3d314d80986cef76cb8d84514194 /lib/public/backgroundjob.php | |
parent | 1e33ad9cbcd2282db5cb64b933bfe8844d582acf (diff) | |
download | nextcloud-server-a4b2ea586dea5e02a91a873d16a20144db7292a0.tar.gz nextcloud-server-a4b2ea586dea5e02a91a873d16a20144db7292a0.zip |
Style: Remove all the dangling white spaces
Diffstat (limited to 'lib/public/backgroundjob.php')
-rw-r--r-- | lib/public/backgroundjob.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/backgroundjob.php b/lib/public/backgroundjob.php index 24a17836f7f..601046fe691 100644 --- a/lib/public/backgroundjob.php +++ b/lib/public/backgroundjob.php @@ -62,7 +62,7 @@ class 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 ) { |