mirror of
https://github.com/zxing/zxing.git
synced 2025-03-05 20:48:51 -08:00
Indentation wtf
This commit is contained in:
parent
67217d4337
commit
e19e20b5dc
|
@ -34,10 +34,10 @@ public final class OpenCameraInterface {
|
|||
* @return handle to {@link Camera} that was opened
|
||||
*/
|
||||
public static Camera open(int cameraId) {
|
||||
if (cameraId < 0) {
|
||||
Log.w(TAG, "Requested invalid camera ID: " + cameraId);
|
||||
return null;
|
||||
}
|
||||
if (cameraId < 0) {
|
||||
Log.w(TAG, "Requested invalid camera ID: " + cameraId);
|
||||
return null;
|
||||
}
|
||||
|
||||
int numCameras = Camera.getNumberOfCameras();
|
||||
|
||||
|
|
Loading…
Reference in a new issue