]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Superfluous whitespace removed.
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Mon, 20 Sep 2010 18:39:28 +0000 (20:39 +0200)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Mon, 20 Sep 2010 18:39:28 +0000 (20:39 +0200)
plugins/Echo/EchoPlugin.php
plugins/EmailAuthentication/EmailAuthenticationPlugin.php

index 7b51866ebde10d7ddd1debb07fcb3682265c431e..cd8d8c0e73a1cf15c615522b5b65ec75e4a26aa5 100644 (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
index 4c018537b87f2b14f020ad45fd9ca667ad5e9a7e..689d6231d1e2a0ed3763d7bb53607fe179f530d0 100644 (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;
     }
 }
-