From 5c840a50011f98dbd30bd2d9496c7603dd6820a0 Mon Sep 17 00:00:00 2001 From: slepmog Date: Thu, 1 May 2014 05:34:55 -0700 Subject: [PATCH] Indentation wtf --- android/src/com/google/zxing/client/android/Intents.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/src/com/google/zxing/client/android/Intents.java b/android/src/com/google/zxing/client/android/Intents.java index 34b8144ff..4c8f5e613 100755 --- a/android/src/com/google/zxing/client/android/Intents.java +++ b/android/src/com/google/zxing/client/android/Intents.java @@ -81,9 +81,9 @@ public final class Intents { */ public static final String FORMATS = "SCAN_FORMATS"; - /** + /** * Optional parameter to specify the id of the camera from which to recognize barcodes. - * Overrides the default camera that would otherwise would have been selected. + * Overrides the default camera that would otherwise would have been selected. * If provided, should be an int. */ public static final String CAMERA_ID = "SCAN_CAMERA_ID";