whitespace

This commit is contained in:
Mario Vavti 2016-04-30 22:26:45 +02:00
parent d43c7603bf
commit 026787fc73

View File

@ -5,7 +5,6 @@ require_once('include/identity.php');
require_once('include/conversation.php'); require_once('include/conversation.php');
require_once('include/acl_selectors.php'); require_once('include/acl_selectors.php');
class Layouts extends \Zotlabs\Web\Controller { class Layouts extends \Zotlabs\Web\Controller {
function init() { function init() {
@ -26,8 +25,7 @@ class Layouts extends \Zotlabs\Web\Controller {
} }
function get() {
function get() {
if(! \App::$profile) { if(! \App::$profile) {
notice( t('Requested profile is not available.') . EOL ); notice( t('Requested profile is not available.') . EOL );
@ -196,6 +194,7 @@ class Layouts extends \Zotlabs\Web\Controller {
)); ));
return $o; return $o;
} }
} }