end of reformatting
[IRC.git] / Robust / src / Interface / HTTPHeader.java
index 76125e8be465b7b292c22250f0678fea8f9caaeb..79bd067a995294e9972c218da743b3fee157fac7 100644 (file)
@@ -73,7 +73,7 @@ public class HTTPHeader {
              "Content-Length: "+ fileLength + "\n\n"; // length
     try {
       out.write(header.getBytes());
-    } catch(IOException e)  {
+    } catch(IOException e) {
       e.printStackTrace();     // do nothing!
     }
   }