Skip to content

Commit

Permalink
java: indentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aquynh committed Jan 5, 2014
1 parent 57aa8ec commit 1044c3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/java/capstone/Capstone.java
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ public NativeLong cs_disasm_ex(NativeLong handle, byte[] code, NativeLong code_l
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;
Expand Down

0 comments on commit 1044c3e

Please sign in to comment.