Skip to content

Commit

Permalink
Indentation wtf
Browse files Browse the repository at this point in the history
slepmog committed May 1, 2014
1 parent 6cb7147 commit e420079
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -280,11 +280,11 @@ public synchronized Rect getFramingRectInPreview() {
* @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;
}
}

/**

0 comments on commit e420079

Please sign in to comment.