Indentation wtf

This commit is contained in:
slepmog 2014-05-01 05:37:23 -07:00
parent 67217d4337
commit e19e20b5dc

View file

@ -34,10 +34,10 @@ public final class OpenCameraInterface {
* @return handle to {@link Camera} that was opened * @return handle to {@link Camera} that was opened
*/ */
public static Camera open(int cameraId) { public static Camera open(int cameraId) {
if (cameraId < 0) { if (cameraId < 0) {
Log.w(TAG, "Requested invalid camera ID: " + cameraId); Log.w(TAG, "Requested invalid camera ID: " + cameraId);
return null; return null;
} }
int numCameras = Camera.getNumberOfCameras(); int numCameras = Camera.getNumberOfCameras();