Skip to content

Commit

Permalink
Remove blank lines
Browse files Browse the repository at this point in the history
  • Loading branch information
billthefarmer committed Jan 31, 2019
1 parent 0a0d987 commit 2ba0545
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/java/org/billthefarmer/tuner/MainActivity.java
Expand Up @@ -1170,7 +1170,6 @@ protected void processAudio()
{
runOnUiThread(() -> showAlert(R.string.app_name,
R.string.error_buffer));

thread = null;
return;
}
Expand All @@ -1193,7 +1192,6 @@ protected void processAudio()
{
runOnUiThread(() -> showAlert(R.string.app_name,
R.string.error_init));

thread = null;
return;
}
Expand All @@ -1217,7 +1215,6 @@ protected void processAudio()
{
runOnUiThread(() -> showAlert(R.string.app_name,
R.string.error_buffer));

thread = null;
return;
}
Expand Down

0 comments on commit 2ba0545

Please sign in to comment.