massive formatting

This commit is contained in:
Mr. eXoDia 2014-08-05 01:04:23 +02:00
parent b350775721
commit 7726d8fcf1
65 changed files with 1422 additions and 1421 deletions

View File

@ -115,7 +115,8 @@ extern "C" {
/* Decodes modes of the disassembler, 16 bits or 32 bits or 64 bits for AMD64, x86-64. */
typedef enum {
typedef enum
{
Decode16Bits = 0, Decode32Bits = 1, Decode64Bits = 2
}
_DecodeType;