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 1cd8388 commit 6cb7147
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,13 @@ public synchronized void openDriver(SurfaceHolder holder) throws IOException {
Camera theCamera = camera;
if (theCamera == null) {

if (requestedCameraId > -1) {
if (requestedCameraId > -1) {
theCamera = OpenCameraInterface.open(requestedCameraId);
} else {
theCamera = OpenCameraInterface.open();
}
} else {
theCamera = OpenCameraInterface.open();
}

if (theCamera == null) {
if (theCamera == null) {
throw new IOException();
}
camera = theCamera;
Expand Down

0 comments on commit 6cb7147

Please sign in to comment.