Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 327c32a4 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add empty line between two method declarations to improve readability" into main

parents 6f2cae43 89bb9c8b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -130,6 +130,7 @@ public final class MessageQueue {
    // Not @FastNative since significant time is spent in the native code as it may invoke
    // application callbacks.
    private native void nativePollOnce(long ptr, int timeoutMillis); /*non-static for callbacks*/

    @RavenwoodRedirect
    @CriticalNative
    private native static void nativeWake(long ptr);