application: style fix
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
parent
373145d30e
commit
6534f45a3a
@ -54,7 +54,7 @@ public class Application extends android.app.Application {
|
|||||||
|
|
||||||
public static Backend getBackend() {
|
public static Backend getBackend() {
|
||||||
final Application app = get();
|
final Application app = get();
|
||||||
synchronized(app) {
|
synchronized (app) {
|
||||||
if (app.backend == null) {
|
if (app.backend == null) {
|
||||||
if (new File("/sys/module/wireguard").exists()) {
|
if (new File("/sys/module/wireguard").exists()) {
|
||||||
try {
|
try {
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 6a2cfa9bee43573f5c3c9d25f69821c4fbb336cd
|
Subproject commit c3ada02c762ceef558cc1067edee78d883ff4646
|
Loading…
Reference in New Issue
Block a user