remove trailing whitespaces en-masse
[civicrm-core.git] / xml / schema / Event / ParticipantPayment.xml
index ab6eabd25680bc08ddc29d950d2f4d09cef91eb4..ecb4df53bf24252dd65b1e5898dbf8810e960c8d 100644 (file)
@@ -1,49 +1,49 @@
-<?xml version="1.0" encoding="iso-8859-1" ?> 
-<table> 
-  <base>CRM/Event</base> 
-  <class>ParticipantPayment</class> 
-  <name>civicrm_participant_payment</name> 
-  <add>1.7</add> 
+<?xml version="1.0" encoding="iso-8859-1" ?>
+
+<table>
+  <base>CRM/Event</base>
+  <class>ParticipantPayment</class>
+  <name>civicrm_participant_payment</name>
+  <add>1.7</add>
   <log>true</log>
-  <field> 
-      <name>id</name> 
+  <field>
+      <name>id</name>
       <title>Payment ID</title>
-      <type>int unsigned</type> 
-      <required>true</required> 
-      <comment>Participant Payment Id</comment> 
-       <add>1.7</add> 
-  </field> 
-  <primaryKey> 
-       <name>id</name> 
-       <autoincrement>true</autoincrement> 
-  </primaryKey> 
-  <field> 
-      <name>participant_id</name> 
-      <title>Participant ID</title>  
-      <type>int unsigned</type> 
-      <required>true</required> 
-      <comment>Participant Id (FK)</comment> 
-      <add>1.7</add> 
+      <type>int unsigned</type>
+      <required>true</required>
+      <comment>Participant Payment Id</comment>
+       <add>1.7</add>
+  </field>
+  <primaryKey>
+       <name>id</name>
+       <autoincrement>true</autoincrement>
+  </primaryKey>
+  <field>
+      <name>participant_id</name>
+      <title>Participant ID</title>
+      <type>int unsigned</type>
+      <required>true</required>
+      <comment>Participant Id (FK)</comment>
+      <add>1.7</add>
   </field>
-  <foreignKey> 
-       <name>participant_id</name> 
-       <table>civicrm_participant</table> 
-       <key>id</key> 
+  <foreignKey>
+       <name>participant_id</name>
+       <table>civicrm_participant</table>
+       <key>id</key>
        <onDelete>CASCADE</onDelete>
   </foreignKey>
-  <field> 
-      <name>contribution_id</name> 
-      <type>int unsigned</type> 
-      <required>true</required> 
-      <comment>FK to contribution table.</comment> 
-      <add>2.0</add> 
+  <field>
+      <name>contribution_id</name>
+      <type>int unsigned</type>
+      <required>true</required>
+      <comment>FK to contribution table.</comment>
+      <add>2.0</add>
   </field>
-  <foreignKey> 
-       <name>contribution_id</name> 
-       <table>civicrm_contribution</table> 
-       <key>id</key> 
-       <add>2.0</add> 
+  <foreignKey>
+       <name>contribution_id</name>
+       <table>civicrm_contribution</table>
+       <key>id</key>
+       <add>2.0</add>
        <onDelete>CASCADE</onDelete>
   </foreignKey>
   <index>