]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
fixed indentation for the pear code styles
authorBrenda Wallace <shiny@cpan.org>
Sun, 13 Sep 2009 08:32:58 +0000 (20:32 +1200)
committerBrenda Wallace <shiny@cpan.org>
Mon, 14 Sep 2009 07:08:54 +0000 (19:08 +1200)
index.php

index 71de393246089b6cb93482a6f60745574d42c838..b8d9c7c69dad2ceaf8ffbb61e24bdb0bf8b8ca44 100644 (file)
--- a/index.php
+++ b/index.php
@@ -34,7 +34,7 @@ function getPath($req)
 {
     if ((common_config('site', 'fancy') || !array_key_exists('PATH_INFO', $_SERVER))
         && array_key_exists('p', $req)
-        ) {
+    ) {
         return $req['p'];
     } else if (array_key_exists('PATH_INFO', $_SERVER)) {
         return $_SERVER['PATH_INFO'];