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
*/
class EchoPlugin extends Plugin
{
// 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
{
//---interface implementation---//
function onStartCheckPassword($nickname, $password, &$authenticatedUser)
{
if(strpos($nickname, '@'))
@ -62,4 +61,3 @@ class EmailAuthenticationPlugin extends Plugin
return true;
}
}