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

Unified Diff: webrtc/sdk/android/src/jni/classreferenceholder.h

Issue 2557793003: Android classreferenceholder.h: Reorder function declaration keywords (Closed)
Patch Set: Created 4 years 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/sdk/android/src/jni/classreferenceholder.h
diff --git a/webrtc/sdk/android/src/jni/classreferenceholder.h b/webrtc/sdk/android/src/jni/classreferenceholder.h
index f3e1f6978818589a4adb6108b2a6386a5aa1d47c..4859bcfb0d227ffc0bfebbcd153dbe8530db99d3 100644
--- a/webrtc/sdk/android/src/jni/classreferenceholder.h
+++ b/webrtc/sdk/android/src/jni/classreferenceholder.h
@@ -33,8 +33,8 @@ jclass FindClass(JNIEnv* jni, const char* name);
// Convenience macro defining JNI-accessible methods in the org.webrtc package.
// Eliminates unnecessary boilerplate and line-wraps, reducing visual clutter.
-#define JOW(rettype, name) extern "C" rettype JNIEXPORT JNICALL \
- Java_org_webrtc_##name
+#define JOW(rettype, name) \
+ extern "C" JNIEXPORT rettype JNICALL Java_org_webrtc_##name
} // namespace webrtc_jni
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698