summaryrefslogtreecommitdiffstats
path: root/lib/base.php
diff options
context:
space:
mode:
authorFelix Moeller <mail@felixmoeller.de>2012-11-04 22:16:04 +0100
committerFelix Moeller <mail@felixmoeller.de>2012-11-04 22:16:04 +0100
commita4b2ea586dea5e02a91a873d16a20144db7292a0 (patch)
tree1f936fcd3d1a3d314d80986cef76cb8d84514194 /lib/base.php
parent1e33ad9cbcd2282db5cb64b933bfe8844d582acf (diff)
downloadnextcloud-server-a4b2ea586dea5e02a91a873d16a20144db7292a0.tar.gz
nextcloud-server-a4b2ea586dea5e02a91a873d16a20144db7292a0.zip
Style: Remove all the dangling white spaces
Diffstat (limited to 'lib/base.php')
-rw-r--r--lib/base.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/base.php b/lib/base.php
index 084cca92e8d..d4eeac82daa 100644
--- a/lib/base.php
+++ b/lib/base.php
@@ -619,9 +619,9 @@ class OC{
OC_Util::redirectToDefaultPage();
// doesn't return
}
- // if you reach this point you have changed your password
+ // if you reach this point you have changed your password
// or you are an attacker
- // we can not delete tokens here because users may reach
+ // we can not delete tokens here because users may reach
// this point multiple times after a password change
OC_Log::write('core', 'Authentication cookie rejected for user '.$_COOKIE['oc_username'], OC_Log::WARN);
}