Skip to content

Commit

Permalink
Remove trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
philburk committed May 8, 2024
1 parent d5f3702 commit b93fb50
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ private String reportExtraDeviceInfo() {
report.append(AudioQueryTools.getAudioPropertyReport());
return report.toString();
}

public String reportMediaCodecs() {
StringBuffer report = new StringBuffer();
report.append("\n############################");
Expand Down

0 comments on commit b93fb50

Please sign in to comment.