Skip to content

Commit

Permalink
Clean up whitespace and remove tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed Sep 12, 2023
1 parent 7340b87 commit 6ec7ca0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/main/java/jnr/ffi/Platform.java
Expand Up @@ -311,9 +311,9 @@ private static int calculateAddressSize(CPU cpu) {
case SPARCV9:
case S390X:
case AARCH64:
case MIPS64EL:
case LOONGARCH64:
case RISCV64:
case MIPS64EL:
case LOONGARCH64:
case RISCV64:
dataModel = 64;
break;
default:
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/jnr/ffi/provider/jffi/StubCompiler.java
Expand Up @@ -50,7 +50,7 @@ public static StubCompiler newCompiler(jnr.ffi.Runtime runtime) {
break;
case X86_64:
if (Platform.getPlatform().getOS() != Platform.OS.WINDOWS) {
return new X86_64StubCompiler(runtime); //currently supporting only A64
return new X86_64StubCompiler(runtime); //currently supporting only A64
}
break;
case AARCH64:
Expand Down

0 comments on commit 6ec7ca0

Please sign in to comment.