diff game/IDMContainer.java @ 134:4c0dec72e2f0

Whitespace cosmetic cleanup.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 24 Nov 2011 21:51:54 +0200
parents b586ce4f6d97
children d6d92845d6a2
line wrap: on
line diff
--- a/game/IDMContainer.java	Thu Nov 24 21:50:41 2011 +0200
+++ b/game/IDMContainer.java	Thu Nov 24 21:51:54 2011 +0200
@@ -23,7 +23,7 @@
         iterated = 0;
         modified = false;
     }
-    
+
     synchronized public void add(IDMWidget widget)
     {
         widget.setParent(this);
@@ -35,7 +35,7 @@
         else
             children.add(widget);
     }
-    
+
     synchronized public void remove(IDMWidget widget)
     {
         widget.setParent(null);
@@ -81,7 +81,7 @@
             widget.paint(g);
         }
     }
-    
+
     synchronized public boolean mousePressed(MouseEvent e)
     {
         try {