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

Unified Diff: webrtc/api/android/java/src/org/webrtc/CallSessionFileRotatingLogSink.java

Issue 2377003002: Format all Java in WebRTC. (Closed)
Patch Set: Rebase. Created 4 years, 3 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: webrtc/api/android/java/src/org/webrtc/CallSessionFileRotatingLogSink.java
diff --git a/webrtc/api/android/java/src/org/webrtc/CallSessionFileRotatingLogSink.java b/webrtc/api/android/java/src/org/webrtc/CallSessionFileRotatingLogSink.java
index 47b46414b759560fc90052c10b74a7e3407d1e81..9b53ce4873946093f0d510ba7be76384e1e8d48d 100644
--- a/webrtc/api/android/java/src/org/webrtc/CallSessionFileRotatingLogSink.java
+++ b/webrtc/api/android/java/src/org/webrtc/CallSessionFileRotatingLogSink.java
@@ -33,8 +33,7 @@ public class CallSessionFileRotatingLogSink {
}
}
- private static native long nativeAddSink(
- String dirPath, int maxFileSize, int severity);
+ private static native long nativeAddSink(String dirPath, int maxFileSize, int severity);
private static native void nativeDeleteSink(long nativeSink);
private static native byte[] nativeGetLogData(String dirPath);
}

Powered by Google App Engine
This is Rietveld 408576698