mirror of
https://github.com/revanced/revanced-cli.git
synced 2025-01-08 10:15:49 +01:00
style: Use newlines
This commit is contained in:
parent
43fc20d90e
commit
52c5259451
@ -7,5 +7,7 @@ object ZipAligner {
|
|||||||
private const val LIBRARY_ALIGNMENT = 4096
|
private const val LIBRARY_ALIGNMENT = 4096
|
||||||
|
|
||||||
fun getEntryAlignment(entry: ZipEntry): Int? =
|
fun getEntryAlignment(entry: ZipEntry): Int? =
|
||||||
if (entry.compression.toUInt() != 0u) null else if (entry.fileName.endsWith(".so")) LIBRARY_ALIGNMENT else DEFAULT_ALIGNMENT
|
if (entry.compression.toUInt() != 0u) null
|
||||||
|
else if (entry.fileName.endsWith(".so")) LIBRARY_ALIGNMENT
|
||||||
|
else DEFAULT_ALIGNMENT
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user