changeset 25:da86ec2814e2

Whitespace cleanup.
author Tom Fredrik "BFG" Klaussen <bfg@blenning.no>
date Wed, 19 Sep 2012 21:50:20 +0200
parents 5c4d7c758fda
children d8c7b328899e
files flag.php index.php
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/flag.php	Wed Sep 19 19:40:02 2012 +0200
+++ b/flag.php	Wed Sep 19 21:50:20 2012 +0200
@@ -57,6 +57,6 @@
   print '<div id="page"><h1>Resource not found</h1></div>';
 }
 else {
-  header("Content-Type: image/png"); 
+  header("Content-Type: image/png");
   print $flag;
 }
--- a/index.php	Wed Sep 19 19:40:02 2012 +0200
+++ b/index.php	Wed Sep 19 21:50:20 2012 +0200
@@ -55,7 +55,7 @@
       $clonedChild = $master->importNode($child, true);
       $parent->insertBefore($clonedChild, $param);
     }
-    $parent->removeChild($param);	
+    $parent->removeChild($param);
 
   }
 }