[ci skip] Remove duplicate space from NativeZlibInflate (#1240)

This commit is contained in:
R00tB33rMan
2024-02-09 13:02:43 -05:00
committed by GitHub
parent 6506c4cc59
commit 6f7f722bfb

View File

@@ -28,6 +28,6 @@ class NativeZlibInflate {
static native long free(long ctx);
static native boolean process(long ctx, long sourceAddress, int sourceLength,
static native boolean process(long ctx, long sourceAddress, int sourceLength,
long destinationAddress, int destinationLength) throws DataFormatException;
}