Superfluous whitespace removed.
This commit is contained in:
		@@ -348,7 +348,6 @@ class BlacklistPlugin extends Plugin
 | 
				
			|||||||
     *
 | 
					     *
 | 
				
			||||||
     * @return boolean hook value
 | 
					     * @return boolean hook value
 | 
				
			||||||
     */
 | 
					     */
 | 
				
			||||||
 | 
					 | 
				
			||||||
    function onAdminPanelCheck($name, &$isOK)
 | 
					    function onAdminPanelCheck($name, &$isOK)
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
        if ($name == 'blacklist') {
 | 
					        if ($name == 'blacklist') {
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -41,7 +41,6 @@ if (!defined('STATUSNET') && !defined('LACONICA')) {
 | 
				
			|||||||
 * @license  http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0
 | 
					 * @license  http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0
 | 
				
			||||||
 * @link     http://status.net/
 | 
					 * @link     http://status.net/
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
 | 
					 | 
				
			||||||
class ShortenAction extends Action
 | 
					class ShortenAction extends Action
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
    private $text;
 | 
					    private $text;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user