Author:   Lars Michelsen <[email protected]>
Date:     Sun Nov 27 01:10:33 2011 +0100
Committer:   Lars Michelsen <[email protected]>
Commit-Date: Sun Nov 27 01:10:33 2011 +0100

code formating

---

 share/server/core/classes/GlobalIndexPage.php |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/share/server/core/classes/GlobalIndexPage.php 
b/share/server/core/classes/GlobalIndexPage.php
index 796be49..7674d52 100644
--- a/share/server/core/classes/GlobalIndexPage.php
+++ b/share/server/core/classes/GlobalIndexPage.php
@@ -287,13 +287,13 @@ class GlobalIndexPage {
             $aSteps = Array();
             for($i = 0; $i < $iNum; $i++) {
                 $aSteps[] = Array('name' => $ROTATION->getStepLabelById($i),
-                                                    'url'  => 
$ROTATION->getStepUrlById($i));
+                                  'url'  => $ROTATION->getStepUrlById($i));
             }
 
             $aRotations[] = Array('name'      => $poolName,
-                                                        'url'       => 
$ROTATION->getStepUrlById(0),
-                                                        'num_steps' => 
$ROTATION->getNumSteps(),
-                                                        'steps'     => 
$aSteps);
+                                  'url'       => $ROTATION->getStepUrlById(0),
+                                  'num_steps' => $ROTATION->getNumSteps(),
+                                  'steps'     => $aSteps);
         }
 
         return json_encode($aRotations);


------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Nagvis-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nagvis-checkins

Reply via email to