diff options
author | 2012-01-05 19:29:22 -0800 | |
---|---|---|
committer | 2012-01-05 19:29:22 -0800 | |
commit | ecbf3f2cbc517b175fcf5252db61a815ea578978 (patch) | |
tree | ffff59c7ccbebc39fdeff2f51331309d8e9c6fe2 /native/src/binary_format.h | |
parent | cf9dbbdd1ade7cf1d05f3cb080018931aa540e61 (diff) | |
parent | e12e9b5b69e6242af61ee690a81bedde1bdd4936 (diff) | |
download | latinime-ecbf3f2cbc517b175fcf5252db61a815ea578978.tar.gz latinime-ecbf3f2cbc517b175fcf5252db61a815ea578978.tar.xz latinime-ecbf3f2cbc517b175fcf5252db61a815ea578978.zip |
Merge "Fix indentations."
Diffstat (limited to 'native/src/binary_format.h')
-rw-r--r-- | native/src/binary_format.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/native/src/binary_format.h b/native/src/binary_format.h index cbaccb295..9944fa2bd 100644 --- a/native/src/binary_format.h +++ b/native/src/binary_format.h @@ -22,12 +22,12 @@ namespace latinime { class BinaryFormat { -private: + private: const static int32_t MINIMAL_ONE_BYTE_CHARACTER_VALUE = 0x20; const static int32_t CHARACTER_ARRAY_TERMINATOR = 0x1F; const static int MULTIPLE_BYTE_CHARACTER_ADDITIONAL_SIZE = 2; -public: + public: const static int UNKNOWN_FORMAT = -1; const static int FORMAT_VERSION_1 = 1; const static uint16_t FORMAT_VERSION_1_MAGIC_NUMBER = 0x78B1; |