Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Whitespace cleanup.
authorArnaud Giersch <arnaud.giersch@free.fr>
Wed, 8 Oct 2014 19:26:01 +0000 (21:26 +0200)
committerArnaud Giersch <arnaud.giersch@free.fr>
Wed, 8 Oct 2014 19:26:01 +0000 (21:26 +0200)
DrawingWindow.java
Exemple1.java
Exemple3.java
Hello.java

index 005ed69..6f00954 100644 (file)
@@ -50,7 +50,7 @@ public class DrawingWindow {
      */
     public DrawingWindow(String title, int width, int height) {
 
-        this.title = new String(title);        
+        this.title = new String(title);
         this.width = width;
         this.height = height;
 
index cef22bc..9a26184 100644 (file)
@@ -16,5 +16,4 @@ public class Exemple1 {
         }
 
     }
-
-}
\ No newline at end of file
+}
index bcafae5..2b488d1 100644 (file)
@@ -21,4 +21,3 @@ public class Exemple3 {
         }
     }
 }
-
index 53bcf05..e7b6dfa 100644 (file)
@@ -5,5 +5,4 @@ public class Hello {
 
         w.drawText(w.width / 2, w.height / 2, "Hello world!");
     }
-
-}
\ No newline at end of file
+}