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/io/NmeaReader.java

    r8390 r8395  
    235235            // and result in a malformed packet.
    236236            String[] chkstrings = s.split("\\*");
    237             if(chkstrings.length > 1)
    238             {
     237            if (chkstrings.length > 1) {
    239238                byte[] chb = chkstrings[0].getBytes(StandardCharsets.UTF_8);
    240239                int chk=0;
Note: See TracChangeset for help on using the changeset viewer.