Formatting
This commit is contained in:
parent
feee2420b8
commit
bf2b553d9c
@ -134,8 +134,8 @@ public class CalculateAverage_ricardopieper {
|
||||
b3 = (byte) (vector >> 64 - 32),
|
||||
b4 = (byte) (vector >> 64 - 40);
|
||||
|
||||
//check for windows newline
|
||||
byte newlineByte = (byte)(vector >> (64 - (len * 8)));
|
||||
// check for windows newline
|
||||
byte newlineByte = (byte) (vector >> (64 - (len * 8)));
|
||||
if (newlineByte == '\r') {
|
||||
len--;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user