mirror of
https://github.com/corda/corda.git
synced 2025-06-13 04:38:19 +00:00
Stylistic tweaks
This commit is contained in:
@ -38,11 +38,11 @@ public class PushbackReader extends Reader {
|
||||
if (length > 0) {
|
||||
int c = in.read(b, offset, length);
|
||||
if (c == -1) {
|
||||
if (count == 0) {
|
||||
count = -1;
|
||||
}
|
||||
if (count == 0) {
|
||||
count = -1;
|
||||
}
|
||||
} else {
|
||||
count += c;
|
||||
count += c;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user