java: indentation fix

This commit is contained in:
Nguyen Anh Quynh 2014-01-06 00:06:25 +08:00
parent 57aa8eca05
commit 1044c3e912

View File

@ -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;