mirror of
https://github.com/capstone-engine/capstone.git
synced 2025-03-05 04:47:21 +00:00
java: fix indentation
This commit is contained in:
parent
bf723fa424
commit
9c715aa034
@ -277,7 +277,7 @@ public class Capstone {
|
||||
public Capstone(int arch, int mode) {
|
||||
cs = (CS)Native.loadLibrary("capstone", CS.class);
|
||||
int version = cs.cs_version(null, null);
|
||||
if (version != (CS_API_MAJOR << 8) + CS_API_MINOR) {
|
||||
if (version != (CS_API_MAJOR << 8) + CS_API_MINOR) {
|
||||
throw new RuntimeException("Different API version between core & binding (CS_ERR_VERSION)");
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user