diff flag.php @ 25:da86ec2814e2

Whitespace cleanup.
author Tom Fredrik "BFG" Klaussen <bfg@blenning.no>
date Wed, 19 Sep 2012 21:50:20 +0200
parents 1ac66bef193a
children 42533600214b
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;
 }