mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-09 09:09:38 +02:00
Add checkstyle check for trailing whitespace
This commit is contained in:
parent
b8f046706b
commit
8878cf3773
14 changed files with 35 additions and 22 deletions
|
@ -102,7 +102,7 @@ public class OctTreeQuantizer implements Quantizer {
|
|||
if (colors > reduceColors)
|
||||
reduceTree(reduceColors);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the color table index for a color.
|
||||
|
|
|
@ -102,7 +102,7 @@ public class TcpUdpBridgeClient {
|
|||
|
||||
InputStream in = localTcpSocket.getInputStream();
|
||||
InetAddress remoteHost = InetAddress.getByName(remoteUdpHost);
|
||||
process.start();
|
||||
process.start();
|
||||
|
||||
while (true) {
|
||||
byte[] b = new byte[500];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue