Author: jablko
Date: Thu Oct 28 14:42:57 2010
New Revision: 8635

Log:
Code standard, never blank line before closing brace

Modified:
   trunk/apps/qubit/modules/oai/actions/getRecordComponent.class.php
   trunk/apps/qubit/modules/oai/actions/harvesterHarvestAction.class.php
   trunk/apps/qubit/modules/oai/actions/listIdentifiersComponent.class.php
   trunk/apps/qubit/modules/oai/actions/listMetadataFormatsComponent.class.php
   trunk/apps/qubit/modules/settings/actions/listAction.class.php
   trunk/js/autocomplete.js
   trunk/js/multiRow.js
   trunk/js/updateCheck.js
   trunk/lib/QubitCultureFallback.class.php
   trunk/lib/QubitOai.class.php
   trunk/lib/QubitSocket.class.php
   trunk/lib/form/OaiAddRepositoryForm.class.php
   trunk/lib/model/QubitOaiHarvest.php
   trunk/lib/model/QubitOaiRepository.php
   trunk/lib/model/QubitPhysicalObject.php
   trunk/lib/task/migrate/QubitMigrate107.class.php

Modified: trunk/apps/qubit/modules/oai/actions/getRecordComponent.class.php
==============================================================================
--- trunk/apps/qubit/modules/oai/actions/getRecordComponent.class.php   Thu Oct 
28 12:10:28 2010        (r8634)
+++ trunk/apps/qubit/modules/oai/actions/getRecordComponent.class.php   Thu Oct 
28 14:42:57 2010        (r8635)
@@ -50,7 +50,5 @@
     {
       $this->requestAttributes .= ' '.$key.'="'.$this->attributes[$key].'"';
     }
-
   }
-
 }

Modified: trunk/apps/qubit/modules/oai/actions/harvesterHarvestAction.class.php
==============================================================================
--- trunk/apps/qubit/modules/oai/actions/harvesterHarvestAction.class.php       
Thu Oct 28 12:10:28 2010        (r8634)
+++ trunk/apps/qubit/modules/oai/actions/harvesterHarvestAction.class.php       
Thu Oct 28 14:42:57 2010        (r8635)
@@ -141,7 +141,6 @@
           $errorReport .= 
"\n**************************************************\n\n";
           $errorReportHTML .= "Error when importing record:\n\n 
<br>".$this->errorsXML[$i]."\n\n <br> Error message: <br> 
\n".$this->errorsFound[$i];
         }
-
       }
 
       //Check for resumption token which will also be the while loop indicator
@@ -160,5 +159,4 @@
     $harvestInfo->setLastHarvest($until);
     $harvestInfo->save();
   }
-
 }

Modified: 
trunk/apps/qubit/modules/oai/actions/listIdentifiersComponent.class.php
==============================================================================
--- trunk/apps/qubit/modules/oai/actions/listIdentifiersComponent.class.php     
Thu Oct 28 12:10:28 2010        (r8634)
+++ trunk/apps/qubit/modules/oai/actions/listIdentifiersComponent.class.php     
Thu Oct 28 14:42:57 2010        (r8635)
@@ -87,6 +87,5 @@
     {
       $this->requestAttributes .= ' '.$key.'="'.$this->attributes[$key].'"';
     }
-
   }
 }

Modified: 
trunk/apps/qubit/modules/oai/actions/listMetadataFormatsComponent.class.php
==============================================================================
--- trunk/apps/qubit/modules/oai/actions/listMetadataFormatsComponent.class.php 
Thu Oct 28 12:10:28 2010        (r8634)
+++ trunk/apps/qubit/modules/oai/actions/listMetadataFormatsComponent.class.php 
Thu Oct 28 14:42:57 2010        (r8635)
@@ -52,6 +52,5 @@
     {
       $this->adminEmail[] = $user->getEmail()."\n";
     }
-
   }
 }

Modified: trunk/apps/qubit/modules/settings/actions/listAction.class.php
==============================================================================
--- trunk/apps/qubit/modules/settings/actions/listAction.class.php      Thu Oct 
28 12:10:28 2010        (r8634)
+++ trunk/apps/qubit/modules/settings/actions/listAction.class.php      Thu Oct 
28 14:42:57 2010        (r8635)
@@ -560,5 +560,4 @@
 
     return $this;
   }
-
 } // End class

Modified: trunk/js/autocomplete.js
==============================================================================
--- trunk/js/autocomplete.js    Thu Oct 28 12:10:28 2010        (r8634)
+++ trunk/js/autocomplete.js    Thu Oct 28 14:42:57 2010        (r8635)
@@ -83,7 +83,6 @@
                           $hidden.val('');
                         }
                       });
-
                   }
 
                   // A following sibling with class .list and a value specifies

Modified: trunk/js/multiRow.js
==============================================================================
--- trunk/js/multiRow.js        Thu Oct 28 12:10:28 2010        (r8634)
+++ trunk/js/multiRow.js        Thu Oct 28 14:42:57 2010        (r8635)
@@ -149,5 +149,4 @@
                 }
               });
         }};
-
   })(jQuery);

Modified: trunk/js/updateCheck.js
==============================================================================
--- trunk/js/updateCheck.js     Thu Oct 28 12:10:28 2010        (r8634)
+++ trunk/js/updateCheck.js     Thu Oct 28 14:42:57 2010        (r8635)
@@ -79,5 +79,4 @@
 
       return compare;
     }
-
   })(jQuery);

Modified: trunk/lib/QubitCultureFallback.class.php
==============================================================================
--- trunk/lib/QubitCultureFallback.class.php    Thu Oct 28 12:10:28 2010        
(r8634)
+++ trunk/lib/QubitCultureFallback.class.php    Thu Oct 28 14:42:57 2010        
(r8635)
@@ -107,5 +107,4 @@
 
     return $criteria;
   }
-
 }

Modified: trunk/lib/QubitOai.class.php
==============================================================================
--- trunk/lib/QubitOai.class.php        Thu Oct 28 12:10:28 2010        (r8634)
+++ trunk/lib/QubitOai.class.php        Thu Oct 28 14:42:57 2010        (r8635)
@@ -442,5 +442,4 @@
 
     return $doc;
   }
-
 }

Modified: trunk/lib/QubitSocket.class.php
==============================================================================
--- trunk/lib/QubitSocket.class.php     Thu Oct 28 12:10:28 2010        (r8634)
+++ trunk/lib/QubitSocket.class.php     Thu Oct 28 14:42:57 2010        (r8635)
@@ -226,5 +226,4 @@
     unlink($filePath);
     return ($error_no == 0); //TRUE if communication okay
   }
-
 }

Modified: trunk/lib/form/OaiAddRepositoryForm.class.php
==============================================================================
--- trunk/lib/form/OaiAddRepositoryForm.class.php       Thu Oct 28 12:10:28 
2010        (r8634)
+++ trunk/lib/form/OaiAddRepositoryForm.class.php       Thu Oct 28 14:42:57 
2010        (r8635)
@@ -54,7 +54,5 @@
 
     // Set wrapper text for OAI Harvesting form settings
     $this->widgetSchema->setNameFormat('oai_harvester[%s]');
-
   }
-
 }

Modified: trunk/lib/model/QubitOaiHarvest.php
==============================================================================
--- trunk/lib/model/QubitOaiHarvest.php Thu Oct 28 12:10:28 2010        (r8634)
+++ trunk/lib/model/QubitOaiHarvest.php Thu Oct 28 14:42:57 2010        (r8635)
@@ -40,5 +40,4 @@
     $harvests = self::get($criteria);
     return $harvests[0];
   }
-
 }

Modified: trunk/lib/model/QubitOaiRepository.php
==============================================================================
--- trunk/lib/model/QubitOaiRepository.php      Thu Oct 28 12:10:28 2010        
(r8634)
+++ trunk/lib/model/QubitOaiRepository.php      Thu Oct 28 14:42:57 2010        
(r8635)
@@ -50,5 +50,4 @@
     $criteria->addAscendingOrderByColumn(QubitOaiRepository::NAME);
     return self::get($criteria);
   }
-
 }

Modified: trunk/lib/model/QubitPhysicalObject.php
==============================================================================
--- trunk/lib/model/QubitPhysicalObject.php     Thu Oct 28 12:10:28 2010        
(r8634)
+++ trunk/lib/model/QubitPhysicalObject.php     Thu Oct 28 14:42:57 2010        
(r8635)
@@ -110,5 +110,4 @@
 
     return QubitQuery::createFromCriteria($criteria, 'QubitInformationObject', 
$options);
   }
-
 }

Modified: trunk/lib/task/migrate/QubitMigrate107.class.php
==============================================================================
--- trunk/lib/task/migrate/QubitMigrate107.class.php    Thu Oct 28 12:10:28 
2010        (r8634)
+++ trunk/lib/task/migrate/QubitMigrate107.class.php    Thu Oct 28 14:42:57 
2010        (r8635)
@@ -753,7 +753,6 @@
             $this->data['QubitProperty'][$key]['name'] = 'scriptOfDescription';
 
             break;
-
         }
 
         $this->data['QubitProperty'][$key]['value'] = serialize($value);

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