Ignore:
Timestamp:
2015-05-19T00:05:33+02:00 (9 years ago)
Author:
Don-vip
Message:

convention - An open curly brace should be located at the end of a line

File:
1 edited

Legend:

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

    r8390 r8395  
    222222        final Way selectedWay = combineResult.a;
    223223        Main.main.undoRedo.add(combineResult.b);
    224         if(selectedWay != null)
    225         {
     224        if(selectedWay != null) {
    226225            Runnable guiTask = new Runnable() {
    227226                @Override
Note: See TracChangeset for help on using the changeset viewer.