Removed spurious whitespace

This commit is contained in:
Sam Lantinga
2026-03-28 22:22:25 -07:00
parent a157d96de8
commit 815fd4bf45
2 changed files with 2 additions and 2 deletions

View File

@@ -682,7 +682,7 @@ class HIDDeviceBLESteamController extends BluetoothGattCallback implements HIDDe
if (getProductId() == D0G_BLE2_PID) {
//Log.v(TAG, "writeOutputReport " + HexDump.dumpHexString(report));
writeCharacteristic(reportCharacteristic, report);
return report.length;
return report.length;
}
// If we're a Triton, we need to find the correct report characteristic.

View File

@@ -1963,7 +1963,7 @@ public class SDLActivity extends Activity implements View.OnSystemUiVisibilityCh
Intent i = new Intent(Intent.ACTION_VIEW);
i.setData(Uri.parse(url));
int flags = Intent.FLAG_ACTIVITY_NO_HISTORY
int flags = Intent.FLAG_ACTIVITY_NO_HISTORY
| Intent.FLAG_ACTIVITY_MULTIPLE_TASK
| Intent.FLAG_ACTIVITY_NEW_DOCUMENT;
i.addFlags(flags);