Author: sevein
Date: Wed Apr 25 10:12:58 2012
New Revision: 11511

Log:
Remove whitespaces

Modified:
   branches/2.0/lib/QubitArrayPager.class.php

Modified: branches/2.0/lib/QubitArrayPager.class.php
==============================================================================
--- branches/2.0/lib/QubitArrayPager.class.php  Wed Apr 25 09:49:44 2012        
(r11510)
+++ branches/2.0/lib/QubitArrayPager.class.php  Wed Apr 25 10:12:58 2012        
(r11511)
@@ -35,7 +35,7 @@
 
   public function __get($name)
   {
-    if ('hits' == $name) 
+    if ('hits' == $name)
     {
       return $this->hits;
     }
@@ -47,7 +47,7 @@
 
   public function __set($name, $val)
   {
-    if ('hits' == $name) 
+    if ('hits' == $name)
     {
       $this->hits = $val;
 

-- 
You received this message because you are subscribed to the Google Groups 
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/qubit-commits?hl=en.

Reply via email to