Author: sevein
Date: Wed Aug 24 17:51:11 2011
New Revision: 9596
Log:
Rememove whitespaces
Modified:
trunk/lib/model/QubitRights.php
Modified: trunk/lib/model/QubitRights.php
==============================================================================
--- trunk/lib/model/QubitRights.php Wed Aug 24 16:48:27 2011 (r9595)
+++ trunk/lib/model/QubitRights.php Wed Aug 24 17:51:11 2011 (r9596)
@@ -22,12 +22,12 @@
public function __toString()
{
$string = array();
-
+
if (isset($this->basis))
{
$string[] = $this->basis;
}
-
+
if (isset($this->act))
{
$string[] = $this->act;
--
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.