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/tools/AudioPlayer.java

    r8393 r8395  
    277277                            if (playingUrl != command.url() ||
    278278                                    stateChange != State.PAUSED ||
    279                                     offset != 0)
    280                             {
     279                                    offset != 0) {
    281280                                if (audioInputStream != null) {
    282281                                    Utils.close(audioInputStream);
Note: See TracChangeset for help on using the changeset viewer.