diff options
author | 2012-01-06 12:24:38 +0900 | |
---|---|---|
committer | 2012-01-06 12:24:38 +0900 | |
commit | e12e9b5b69e6242af61ee690a81bedde1bdd4936 (patch) | |
tree | 7079cec47f2aaa9550bbe7e59cc30286869fff6b /native/src/binary_format.h | |
parent | 3b161b2526ee7f867c887462dc826d2edc118f3d (diff) | |
download | latinime-e12e9b5b69e6242af61ee690a81bedde1bdd4936.tar.gz latinime-e12e9b5b69e6242af61ee690a81bedde1bdd4936.tar.xz latinime-e12e9b5b69e6242af61ee690a81bedde1bdd4936.zip |
Fix indentations.
Change-Id: I25c26e2fe50427d11d97b6204174a4f651963d24
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; |