Code cleanups.
[TD_SR.git] / TD2 / client / ThreadClientReceive.java
index 8be380f42012c55e6787a82aa7d0d69eeeb049d6..74f09c3aff782035c325c2ee2944975479d0107f 100644 (file)
@@ -14,7 +14,7 @@ public class ThreadClientReceive implements Runnable {
             while (!end) {
                 String rline = client.receiveMsg();
                 if (rline.equals(".")) {
-                                       end = true;
+                    end = true;
                 }
                 System.out.println(Thread.currentThread().getName() + " a recu " + rline);
             }