Superfluous whitespace removed.

This commit is contained in:
Siebrand Mazeland 2010-09-20 20:39:28 +02:00
parent b4887a0756
commit c0bc3b3042
2 changed files with 0 additions and 3 deletions

View File

@ -65,7 +65,6 @@ if (!defined('STATUSNET')) {
* *
* @see Event * @see Event
*/ */
class EchoPlugin extends Plugin class EchoPlugin extends Plugin
{ {
// NOTE: The Echo documentation says that this script will change on // NOTE: The Echo documentation says that this script will change on

View File

@ -34,7 +34,6 @@ if (!defined('STATUSNET') && !defined('LACONICA')) {
class EmailAuthenticationPlugin extends Plugin class EmailAuthenticationPlugin extends Plugin
{ {
//---interface implementation---// //---interface implementation---//
function onStartCheckPassword($nickname, $password, &$authenticatedUser) function onStartCheckPassword($nickname, $password, &$authenticatedUser)
{ {
if(strpos($nickname, '@')) if(strpos($nickname, '@'))
@ -62,4 +61,3 @@ class EmailAuthenticationPlugin extends Plugin
return true; return true;
} }
} }