Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / android_webview / java / src / org / chromium / android_webview / AwContentsClientBridge.java
index 498dfbd..7b43742 100644 (file)
@@ -220,7 +220,7 @@ public class AwContentsClientBridge {
                 } catch (IllegalArgumentException e) {
                     Log.w(TAG, "Exception while decoding issuers list: " + e);
                     nativeProvideClientCertificateResponse(mNativeContentsClientBridge, id,
-                        null, null);
+                            null, null);
                     return;
                 }
             }