Author: Derick Rethans
Date: 2007-05-04 14:34:12 +0200 (Fri, 04 May 2007)
New Revision: 5046

Log:
- Fixed CS
Modified:
   trunk/Graph/src/interfaces/driver.php
   trunk/Graph/src/tools.php

Modified: trunk/Graph/src/interfaces/driver.php
===================================================================
--- trunk/Graph/src/interfaces/driver.php       2007-05-04 12:32:35 UTC (rev 
5045)
+++ trunk/Graph/src/interfaces/driver.php       2007-05-04 12:34:12 UTC (rev 
5046)
@@ -138,13 +138,13 @@
         // Determine one of the angles - we need to know where the smaller
         // angle is, to determine if the inner side of the polygon is on
         // the left or right hand.
-        //
+        // 
         // This is a valid simplification for ezcGraph(, for now).
-        //
+        // 
         // The sign of the scalar products results indicates on which site
         // the smaller angle is, when comparing the orthogonale vector of 
         // one of the vectors with the other. Why? .. use pen and paper ..
-        //
+        // 
         // It is sufficant to do this once before iterating over the points, 
         // because the inner side of the polygon is on the same side of the 
         // point for each point.

Modified: trunk/Graph/src/tools.php
===================================================================
--- trunk/Graph/src/tools.php   2007-05-04 12:32:35 UTC (rev 5045)
+++ trunk/Graph/src/tools.php   2007-05-04 12:34:12 UTC (rev 5046)
@@ -131,7 +131,7 @@
         // Link chart elements
         foreach ( $elements['data'] as $dataset => $datapoints )
         {
-            foreach( $datapoints as $datapoint => $ids )
+            foreach ( $datapoints as $datapoint => $ids )
             {
                 $url = $chart->data[$dataset]->url[$datapoint];
 

-- 
svn-components mailing list
[email protected]
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to