mirror of
https://github.com/zxing/zxing.git
synced 2025-02-02 05:41:08 -08:00
Indentation wtf
This commit is contained in:
parent
0b6d83ed10
commit
b19a9106c9
|
@ -41,10 +41,10 @@ public final class OpenCameraInterface {
|
|||
return null;
|
||||
}
|
||||
|
||||
boolean explicitRequest = cameraId >= 0;
|
||||
boolean explicitRequest = cameraId >= 0;
|
||||
|
||||
if (!explicitRequest) {
|
||||
// Select a camera if no explicit camera requested
|
||||
if (!explicitRequest) {
|
||||
// Select a camera if no explicit camera requested
|
||||
int index = 0;
|
||||
while (index < numCameras) {
|
||||
Camera.CameraInfo cameraInfo = new Camera.CameraInfo();
|
||||
|
@ -56,7 +56,7 @@ public final class OpenCameraInterface {
|
|||
}
|
||||
|
||||
cameraId = index;
|
||||
}
|
||||
}
|
||||
|
||||
Camera camera;
|
||||
if (cameraId < numCameras) {
|
||||
|
|
Loading…
Reference in a new issue