Coding style cleanups.
[TD_SR.git] / TD2 / server / Main.java
index 9c3b5471c015af6e29351aa51e3d36d46245a32f..7a01138bbf372d4d99a1d97c86b026ea946c09d2 100644 (file)
@@ -22,7 +22,8 @@ public class Main {
                        try {
                                if (listenSocket != null)
                                        listenSocket.close();
-                       } catch (IOException e) {
+                       }
+                       catch (IOException e) {
                                System.err.println("IOException : " + e);
                                e.printStackTrace();
                        }