Ignore:
Timestamp:
2013-07-17T00:01:49+02:00 (11 years ago)
Author:
stoecker
Message:

see #8853 remove tabs, trailing spaces, windows line ends, strange characters

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/DefaultNameFormatter.java

    r5847 r6070  
    392392                return comp;
    393393
    394             if (r1.getUniqueId() > r2.getUniqueId()) 
     394            if (r1.getUniqueId() > r2.getUniqueId())
    395395                return 1;
    396396            else if (r1.getUniqueId() < r2.getUniqueId())
Note: See TracChangeset for help on using the changeset viewer.