Author: david
Date: Fri Jul 22 14:50:59 2011
New Revision: 9353

Log:
Remove trailing whitespace

Modified:
   trunk/lib/task/migrate/QubitMigrate110.class.php

Modified: trunk/lib/task/migrate/QubitMigrate110.class.php
==============================================================================
--- trunk/lib/task/migrate/QubitMigrate110.class.php    Fri Jul 22 14:48:18 
2011        (r9352)
+++ trunk/lib/task/migrate/QubitMigrate110.class.php    Fri Jul 22 14:50:59 
2011        (r9353)
@@ -402,7 +402,7 @@
    * Migrate checksumTypeId to checksumType.  Set md5 checksum type previous to
    * revision 9340
    *
-   * @return QubitMigrate110 SELF 
+   * @return QubitMigrate110 SELF
    */
   protected function setChecksumType()
   {
@@ -410,7 +410,7 @@
     {
       if (!isset($item['checksum']) || 0 == strlen($item['checksum']))
       {
-        // No checksum, skip 
+        // No checksum, skip
         continue;
       }
 
@@ -419,7 +419,7 @@
         $item['checksumType'] = $item['checksumTypeId'];
         unset($item['checksumTypeId']);
       }
-      else 
+      else
       {
         // Used md5 for all checksums previous to r9340
         $item['checksumType'] = 'md5';

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