Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(39)

Unified Diff: net/android/android_private_key.cc

Issue 266243004: Clang format slam. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: net/android/android_private_key.cc
diff --git a/net/android/android_private_key.cc b/net/android/android_private_key.cc
index 8f56085ad7ca37b30c2935db8110590f464048b9..1780d87edaa2d19a7708b829c355092566abea04 100644
--- a/net/android/android_private_key.cc
+++ b/net/android/android_private_key.cc
@@ -13,8 +13,7 @@ namespace android {
base::android::ScopedJavaLocalRef<jobject> GetKeyStore(
jobject private_key_ref) {
JNIEnv* env = base::android::AttachCurrentThread();
- return Java_AndroidPrivateKey_getKeyStore(
- env, private_key_ref);
+ return Java_AndroidPrivateKey_getKeyStore(env, private_key_ref);
}
bool RegisterAndroidPrivateKey(JNIEnv* env) {

Powered by Google App Engine
This is Rietveld 408576698