mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 03:09:04 +01:00
Whitespace-only code formatting changes.
This commit is contained in:
@@ -41,6 +41,6 @@ class CrashHandler implements UncaughtExceptionHandler {
|
||||
i.putExtra("briar.PID", android.os.Process.myPid());
|
||||
ctx.startActivity(i);
|
||||
// Pass the exception to the default handler, if any
|
||||
if(delegate != null) delegate.uncaughtException(thread, throwable);
|
||||
if (delegate != null) delegate.uncaughtException(thread, throwable);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user