Ignore:
Timestamp:
2015-05-19T00:05:33+02:00 (11 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/tools/ImageProvider.java

    r8393 r8395  
    935935                        return svg == null ? null : new ImageResource(svg);
    936936                    case OTHER:
    937                         while(size > 0)
    938                         {
     937                        while(size > 0) {
    939938                            int l = is.read(buf, offs, size);
    940939                            offs += l;
Note: See TracChangeset for help on using the changeset viewer.