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

Unified Diff: webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/BuildInfo.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/modules/audio_device/android/java/src/org/webrtc/voiceengine/BuildInfo.java
diff --git a/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/BuildInfo.java b/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/BuildInfo.java
index aaf07f1c04244d2eb695cf2dbcff07a5bf0b1dd9..aed8a06454b9e86bf550fbcc1985826244e9fb11 100644
--- a/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/BuildInfo.java
+++ b/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/BuildInfo.java
@@ -46,6 +46,6 @@ public final class BuildInfo {
}
public static int getSdkVersion() {
- return Build.VERSION.SDK_INT;
+ return Build.VERSION.SDK_INT;
}
}

Powered by Google App Engine
This is Rietveld 408576698