mirror of
https://github.com/capstone-engine/capstone.git
synced 2025-02-16 12:29:48 +00:00
java: indentation fix
This commit is contained in:
parent
57aa8eca05
commit
1044c3e912
@ -257,7 +257,7 @@ public class Capstone {
|
||||
public static final int CS_OPT_SYNTAX_INTEL = 1; // Intel X86 asm syntax - default syntax on X86 (CS_OPT_SYNTAX, CS_ARCH_X86)
|
||||
public static final int CS_OPT_SYNTAX_ATT = 2; // ATT asm syntax (CS_OPT_SYNTAX, CS_ARCH_X86)
|
||||
public static final int CS_OPT_ON = 3; // Turn ON an option - this is default option for CS_OPT_DETAIL
|
||||
public static final int CS_OPT_SYNTAX_NOREGNAME = 3; // PPC asm syntax: Prints register name with only number (CS_OPT_SYNTAX)
|
||||
public static final int CS_OPT_SYNTAX_NOREGNAME = 3; // PPC asm syntax: Prints register name with only number (CS_OPT_SYNTAX)
|
||||
|
||||
protected class NativeStruct {
|
||||
private NativeLong csh;
|
||||
|
Loading…
x
Reference in New Issue
Block a user