mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-15 04:18:53 +01:00
Whitespace-only code formatting changes.
This commit is contained in:
@@ -32,7 +32,7 @@ public class BluetoothClientTest extends DuplexClientTest {
|
||||
}
|
||||
|
||||
public static void main(String[] args) throws Exception {
|
||||
if(args.length != 1) {
|
||||
if (args.length != 1) {
|
||||
System.err.println("Please specify the server's Bluetooth address");
|
||||
System.exit(1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user