Fix formatting all around

This commit is contained in:
Hypolite Petovan
2017-12-09 13:42:02 -05:00
parent 669c7dea59
commit fe89e7760e
7 changed files with 29 additions and 25 deletions

View File

@@ -5,11 +5,11 @@
use Friendica\App;
use Friendica\Core\PConfig;
require_once("mod/network.php");
require_once("include/group.php");
require_once "mod/network.php";
function update_network_content(App $a) {
function update_network_content(App $a)
{
$profile_uid = intval($_GET["p"]);
header("Content-type: text/html");