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/io/XmlWriter.java

    r1523 r1677  
    1313 
    1414    protected PrintWriter out; 
    15      
     15 
    1616    public XmlWriter(PrintWriter out) { 
    1717        this.out = out; 
    1818    } 
    19      
     19 
    2020    /** 
    2121     * Encode the given string in XML1.0 format. 
Note: See TracChangeset for help on using the changeset viewer.