Change tabbing for everything....
[IRC.git] / Robust / src / Interface / HTTPResponse.java
index 74c532fec9fd2d8a0c5ccbee748a4e28010b9bc6..00ce3a16a2390a4f134019fdf87cf73c800f5f0a 100644 (file)
@@ -1,7 +1,7 @@
 package Interface;
 
 
-public class HTTPResponse{
-    public int returnCode;
-    public long sentBytes;
+public class HTTPResponse {
+  public int returnCode;
+  public long sentBytes;
 }