From: fabrixxm Date: Sun, 9 Dec 2018 11:38:34 +0000 (+0100) Subject: Code standards X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=36f30533b75df3d32eb54d28a072807134cb12f7;p=friendica.git Code standards --- diff --git a/src/Module/Proxy.php b/src/Module/Proxy.php index b975069e7a..d6c9a841c9 100644 --- a/src/Module/Proxy.php +++ b/src/Module/Proxy.php @@ -316,3 +316,5 @@ class Proxy extends BaseModule exit(); } } + +