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 67217d4 commit e19e20b
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ private 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();

Expand Down

0 comments on commit e19e20b

Please sign in to comment.