Ignore:
Timestamp:
2013-07-17T00:01:07+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/data/validation/tests/TurnrestrictionTest.java

    r5199 r6069  
    157157                    Way previous = (Way) via.get(i - 1);
    158158                    Way current = (Way) via.get(i);
    159                     checkIfConnected(previous, current, 
     159                    checkIfConnected(previous, current,
    160160                            tr("The \"via\" ways are not connected."), UNCONNECTED_VIA);
    161161                }
     
    165165                return;
    166166            }
    167             checkIfConnected((Way) via.get(via.size() - 1), toWay, 
     167            checkIfConnected((Way) via.get(via.size() - 1), toWay,
    168168                    tr("The last \"via\" and the \"to\" way are not connected."), TO_VIA_WAY);
    169169
Note: See TracChangeset for help on using the changeset viewer.