Author: david
Date: Tue Jul 26 14:02:09 2011
New Revision: 9384

Log:
Remove trailing whitespace

Modified:
   trunk/lib/model/QubitDigitalObject.php

Modified: trunk/lib/model/QubitDigitalObject.php
==============================================================================
--- trunk/lib/model/QubitDigitalObject.php      Tue Jul 26 13:59:38 2011        
(r9383)
+++ trunk/lib/model/QubitDigitalObject.php      Tue Jul 26 14:02:09 2011        
(r9384)
@@ -749,7 +749,7 @@
    * nearest ancestor of the current digital object. Because we may not know
    * the id of the current digital object yet (i.e. it hasn't been saved to the
    * database yet), we pass the parent digital object or information object.
-   * 
+   *
    * To keep to a minimum the number of sub-directories in the uploads dir,
    * we break up information object path by using first and second digits of
    * the information object id as sub-directories (e.g. uploads/3/2/3235/).
@@ -766,7 +766,7 @@
     {
       $infoObject = $this->parent->informationObject;
     }
-    
+
     if (!isset($infoObject))
     {
       throw new sfException('Couldn\'t find related information object for 
digital object');

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