summaryrefslogtreecommitdiff
path: root/plugins/MobileProfile
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@status.net>2009-10-04 20:43:52 +0000
committerSarven Capadisli <csarven@status.net>2009-10-04 20:43:52 +0000
commit3ee1af9aaa3a7e69a97f36498e6fe9617f708581 (patch)
tree78cc3a843a98c540ab56858dcf4141e7a499e538 /plugins/MobileProfile
parentef7e4cb72d12b714215317635e1de4badf340529 (diff)
Minor adjustment to indenting
Diffstat (limited to 'plugins/MobileProfile')
-rw-r--r--plugins/MobileProfile/MobileProfilePlugin.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/plugins/MobileProfile/MobileProfilePlugin.php b/plugins/MobileProfile/MobileProfilePlugin.php
index 117e0aae6..3f3d10261 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;
}