Author: sevein
Date: Mon Jun 27 17:51:50 2011
New Revision: 9201

Log:
Fix typo and indent

Modified:
   trunk/lib/model/QubitRelation.php

Modified: trunk/lib/model/QubitRelation.php
==============================================================================
--- trunk/lib/model/QubitRelation.php   Mon Jun 27 15:46:50 2011        (r9200)
+++ trunk/lib/model/QubitRelation.php   Mon Jun 27 17:51:50 2011        (r9201)
@@ -266,10 +266,9 @@
     }
     else if ($this->objectId == $refid)
     {
-     $opposite = $this->getSubject();
+      $opposite = $this->getSubject();
     }
 
     return $opposite;
   }
- }
 }

-- 
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