2003/06/18 06:02:39
[org.ibex.core.git] / src / org / xwt / SpecialBoxProperty.java
index 068d4a1..cd86e3e 100644 (file)
@@ -64,7 +64,6 @@ class SpecialBoxProperty {
     static final int white = 0xFFFFFFFF;
 
     static {
-
         specialBoxProperties.put("color", new SpecialBoxProperty() {
                 public Object get(Box b) {
                     if ((b.color & 0xFF000000) == 0) return null;