camera2: Formatting nitpicks.

Change-Id: Ic70afbfc45be3a187dc5542cb282ace646c57ae7
This commit is contained in:
Ruben Brunk
2015-02-05 11:55:40 -08:00
parent e3c0434d97
commit 45441f3a7c

View File

@@ -85,7 +85,7 @@ public class RequestThreadManager {
private static final int PREVIEW_FRAME_TIMEOUT = 1000; // ms
private static final int JPEG_FRAME_TIMEOUT = 4000; // ms (same as CTS for API2)
private static final int REQUEST_COMPLETE_TIMEOUT = JPEG_FRAME_TIMEOUT; // ms (same as JPEG timeout)
private static final int REQUEST_COMPLETE_TIMEOUT = JPEG_FRAME_TIMEOUT;
private static final float ASPECT_RATIO_TOLERANCE = 0.01f;
private boolean mPreviewRunning = false;