Ignore:
Timestamp:
2015-06-03T00:46:40+02:00 (11 years ago)
Author:
Don-vip
Message:

remove extra whitespaces

File:
1 edited

Legend:

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

    r8399 r8449  
    126126        JPanel p = panels.get(N-1); // current Panel (start with last one)
    127127        int k = -1;                 // indicates that the current Panel index is N-1, but no default-view-Dialog has been added to this Panel yet.
    128         for (int i=N-1; i >= 0 ; --i) {
     128        for (int i=N-1; i >= 0; --i) {
    129129            final ToggleDialog dlg = allDialogs.get(i);
    130130            if (dlg.isDialogInDefaultView()) {
Note: See TracChangeset for help on using the changeset viewer.