mirror of
https://github.com/zxing/zxing.git
synced 2024-11-10 04:54:04 -08:00
Indentation wtf
This commit is contained in:
parent
6cb7147b44
commit
e420079ad2
|
@ -280,11 +280,11 @@ public final class CameraManager {
|
|||
* @param cameraId camera ID of the camera to use
|
||||
*/
|
||||
public synchronized void setManualCameraId(int cameraId) {
|
||||
if (initialized) {
|
||||
// FIXME throw exception? Just store for future use? Do not want to suddenly swap cameras!
|
||||
} else {
|
||||
requestedCameraId = cameraId;
|
||||
}
|
||||
if (initialized) {
|
||||
// FIXME throw exception? Just store for future use? Do not want to suddenly swap cameras!
|
||||
} else {
|
||||
requestedCameraId = cameraId;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue