Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Whitespace cleanup.
[graphlib_java.git] / DrawingWindow.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;