more whitespace cleanup
[civicrm-core.git] / tools / scripts / phpunit-xslt / coverage-frames.xsl
index 966768eedbb0b0b5541ecf2b60659f2f50d99349..3a3cacc8e6a616da1b489c95b3dd8ffb873ef0e6 100644 (file)
@@ -6,19 +6,19 @@
 <xsl:decimal-format decimal-separator="." grouping-separator="," />
 <!--
     Copyright  2001-2004 The Apache Software Foundation
-   
+
      Licensed under the Apache License, Version 2.0 (the "License");
      you may not use this file except in compliance with the License.
      You may obtain a copy of the License at
-   
+
          http://www.apache.org/licenses/LICENSE-2.0
-   
+
      Unless required by applicable law or agreed to in writing, software
      distributed under the License is distributed on an "AS IS" BASIS,
      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
      See the License for the specific language governing permissions and
      limitations under the License.
-   
+
 -->
 
 <!--
@@ -172,10 +172,10 @@ TD.uncovered {
     color: #df0000;
 }
 PRE.srcLine {
-  BACKGROUND: #ffffff; MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px; 
+  BACKGROUND: #ffffff; MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px;
 }
 PRE.srcLineHighLight {
-  BACKGROUND: #F0C8C8; MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px; 
+  BACKGROUND: #F0C8C8; MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px;
 }
 td.lineCount, td.coverageCount {
       BACKGROUND: #F0F0F0; PADDING-RIGHT: 3px;
@@ -196,7 +196,7 @@ td.srcLine {
       background: #C8C8F0;
 }
 TD.srcLineClassStart {
-   WIDTH: 100%; BORDER-TOP:#dcdcdc 1px solid; FONT-WEIGHT: bold;    
+   WIDTH: 100%; BORDER-TOP:#dcdcdc 1px solid; FONT-WEIGHT: bold;
 }
 .srcLine , .srcLine ol, .srcLine ol li {margin: 0;}
 .srcLine .de1, .srcLine .de2 {font-family: 'Courier New', Courier, monospace; font-weight: normal;}
@@ -296,7 +296,7 @@ TD.srcLineClassStart {
                 <td class="small">LOC: <xsl:value-of select="count(package/class/sourcefile/sourceline)"/></td>
                 <td class="small">Statements: <xsl:value-of select="@statementcount"/></td>
             </tr>
-        </table>        
+        </table>
         <br/>
 
         <table class="log" cellpadding="5" cellspacing="0" width="100%">
@@ -420,7 +420,7 @@ TD.srcLineClassStart {
                     <td class="small">LOC: <xsl:value-of select="count(class/sourcefile/sourceline)"/></td>
                     <td class="small">Statements: <xsl:value-of select="@statementcount"/></td>
                 </tr>
-            </table>        
+            </table>
             <br/>
 
             <table class="log" cellpadding="5" cellspacing="0" width="100%">
@@ -469,7 +469,7 @@ TD.srcLineClassStart {
                     <td class="small">LOC: <xsl:value-of select="count(sourcefile/sourceline)"/></td>
                     <td class="small">Statements: <xsl:value-of select="@statementcount"/></td>
                 </tr>
-            </table>        
+            </table>
             <br/>
 
             <!-- class summary -->