Skip to content

Commit

Permalink
Indentation wtf
Browse files Browse the repository at this point in the history
  • Loading branch information
slepmog committed May 1, 2014
1 parent 0b6d83e commit b19a910
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ public static Camera open(int cameraId) {
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();
Expand All @@ -56,7 +56,7 @@ public static Camera open(int cameraId) {
}

cameraId = index;
}
}

Camera camera;
if (cameraId < numCameras) {
Expand Down

0 comments on commit b19a910

Please sign in to comment.