switch to spaces only..
[IRC.git] / Robust / src / Interface / HTTPServices.java
index 4391a312129852b1ab242a7f4815ca629d5d8c33..aa2acb5f1b8e041ca2442fcbd2accdcca5ed41ca 100644 (file)
@@ -37,7 +37,7 @@ public class HTTPServices {
 
     try {
       while((size = reader.read(buffer,0,buffer.length)) != -1)
-       out.write(buffer,0,size);
+        out.write(buffer,0,size);
       reader.close();
     } catch(IOException e) {
       e.printStackTrace();