More code cleanups.
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Tue, 13 Mar 2018 21:12:25 +0000 (22:12 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Tue, 13 Mar 2018 21:12:25 +0000 (22:12 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
TD2/client/ThreadClientSend.java

index 42fe7dfd13c723a5cac6c8e09bbfe4cbf7db611c..33a8461966597c496f7d718c7bd1ae282cbbdb6c 100644 (file)
@@ -12,8 +12,8 @@ public class ThreadClientSend implements Runnable {
         try {
             userInput = new BufferedReader(new InputStreamReader(System.in));
             boolean end = false;
-                       while (!end) {
-                               String line = userInput.readLine();
+            while (!end) {
+                String line = userInput.readLine();
                 if (line.equals(".")) {
                     end = true;
                 }