From: Sarven Capadisli Date: Sun, 4 Oct 2009 20:43:52 +0000 (+0000) Subject: Minor adjustment to indenting X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3ee1af9aaa3a7e69a97f36498e6fe9617f708581;p=quix0rs-gnu-social.git Minor adjustment to indenting --- diff --git a/plugins/MobileProfile/MobileProfilePlugin.php b/plugins/MobileProfile/MobileProfilePlugin.php index 117e0aae65..3f3d102613 100644 --- a/plugins/MobileProfile/MobileProfilePlugin.php +++ b/plugins/MobileProfile/MobileProfilePlugin.php @@ -158,7 +158,8 @@ class MobileProfilePlugin extends WAP20Plugin } - function onStartShowHeadElements($action) { + function onStartShowHeadElements($action) + { if (!$action->serveMobile) { return true; } @@ -172,7 +173,8 @@ class MobileProfilePlugin extends WAP20Plugin } - function onStartShowStatusNetStyles($action) { + function onStartShowStatusNetStyles($action) + { if (!$action->serveMobile) { return true; }