Ignore:
Timestamp:
17.06.2009 10:04:22 (3 years ago)
Author:
stoecker
Message:

remove all these ugly tab stops introduced in the last half year

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/mapmode/ExtrudeAction.java

    r1640 r1677  
    218218        mousePos = e.getPoint(); 
    219219        initialMousePos = e.getPoint(); 
    220          
     220 
    221221        if(selectedSegment != null) 
    222222            Main.ds.setSelected(selectedSegment.way); 
     
    268268        } 
    269269    } 
    270                  
    271                 @Override public boolean layerIsSupported(Layer l) { 
    272                                 return l instanceof OsmDataLayer; 
    273                 } 
     270 
     271        @Override public boolean layerIsSupported(Layer l) { 
     272                return l instanceof OsmDataLayer; 
     273        } 
    274274} 
Note: See TracChangeset for help on using the changeset viewer.