Ignore:
Timestamp:
2015-06-02T16:40:38+02:00 (9 years ago)
Author:
Don-vip
Message:

remove extra whitespaces

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/tools/ColorScale.java

    r8419 r8443  
    3838        ColorScale sc = new ColorScale();
    3939        //                    red   yellow  green   blue    red
    40         int[] h = new int[] { 0,    59,     127,    244,    360};
    41         int[] s = new int[] { 100,  84,     99,     100 };
    42         int[] b = new int[] { 90,   93,     74,     83 };
     40        int[] h = new int[] {0,    59,     127,    244,    360};
     41        int[] s = new int[] {100,  84,     99,     100};
     42        int[] b = new int[] {90,   93,     74,     83};
    4343
    4444        sc.colors = new Color[count];
Note: See TracChangeset for help on using the changeset viewer.