Author: david
Date: Fri Jun 24 16:57:47 2011
New Revision: 9176

Log:
Remove trailing whitespace

Modified:
   trunk/lib/task/migrate/QubitMigrate108.class.php
   trunk/lib/task/migrate/QubitMigrate109.class.php
   trunk/lib/task/migrate/QubitMigrate110.class.php
   trunk/lib/task/migrate/QubitMigrateFactory.class.php

Modified: trunk/lib/task/migrate/QubitMigrate108.class.php
==============================================================================
--- trunk/lib/task/migrate/QubitMigrate108.class.php    Fri Jun 24 16:55:15 
2011        (r9175)
+++ trunk/lib/task/migrate/QubitMigrate108.class.php    Fri Jun 24 16:57:47 
2011        (r9176)
@@ -27,7 +27,7 @@
  */
 class QubitMigrate108 extends QubitMigrate
 {
-  const 
+  const
     MILESTONE = '1.0.8',
     INIT_VERSION = 0,
     FINAL_VERSION = 39;

Modified: trunk/lib/task/migrate/QubitMigrate109.class.php
==============================================================================
--- trunk/lib/task/migrate/QubitMigrate109.class.php    Fri Jun 24 16:55:15 
2011        (r9175)
+++ trunk/lib/task/migrate/QubitMigrate109.class.php    Fri Jun 24 16:57:47 
2011        (r9176)
@@ -27,7 +27,7 @@
  */
 class QubitMigrate109 extends QubitMigrate
 {
-  const 
+  const
     MILESTONE = '1.0.9',
     INIT_VERSION = 39,
     FINAL_VERSION = 62;

Modified: trunk/lib/task/migrate/QubitMigrate110.class.php
==============================================================================
--- trunk/lib/task/migrate/QubitMigrate110.class.php    Fri Jun 24 16:55:15 
2011        (r9175)
+++ trunk/lib/task/migrate/QubitMigrate110.class.php    Fri Jun 24 16:57:47 
2011        (r9176)
@@ -18,7 +18,7 @@
  */
 
 /**
- * Upgrade qubit version 1.1 data for version 1.2 schema 
+ * Upgrade qubit version 1.1 data for version 1.2 schema
  *
  * @package    qubit
  * @subpackage migration
@@ -27,7 +27,7 @@
  */
 class QubitMigrate110 extends QubitMigrate
 {
-  const 
+  const
     MILESTONE = '1.1',
     INIT_VERSION = 62,
     FINAL_VERSION = null;
@@ -52,7 +52,7 @@
     {
       case 62:
         $this->addAccessioningFixtures();
-      
+
       case 63:
         $this->moveRelationNotesToI18n();
     }
@@ -165,13 +165,13 @@
   }
 
   /**
-   * Migrate relation notes for date and description to relation_i18n table 
+   * Migrate relation notes for date and description to relation_i18n table
    *
    * @return QubitMigrate110 this object
    */
   protected function moveRelationNotesToI18n()
   {
-    // Search for relation notes 
+    // Search for relation notes
     foreach ($this->data['QubitNote'] as $key => $item)
     {
       if (isset($item['type_id']))

Modified: trunk/lib/task/migrate/QubitMigrateFactory.class.php
==============================================================================
--- trunk/lib/task/migrate/QubitMigrateFactory.class.php        Fri Jun 24 
16:55:15 2011        (r9175)
+++ trunk/lib/task/migrate/QubitMigrateFactory.class.php        Fri Jun 24 
16:57:47 2011        (r9176)
@@ -39,7 +39,7 @@
        {
          return new QubitMigrate109($data, $version);
        }
-       else 
+       else
        {
          return new QubitMigrate110($data, $version);
        }

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