aboutsummaryrefslogtreecommitdiffstats
path: root/native/src/binary_format.h
diff options
context:
space:
mode:
authorKen Wakasa <kwakasa@google.com>2012-01-05 19:30:46 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2012-01-05 19:30:46 -0800
commit91a97fa83c275e31c8dd4787a969625f6da58f24 (patch)
treeffff59c7ccbebc39fdeff2f51331309d8e9c6fe2 /native/src/binary_format.h
parentf6e4fe19f573658b7f0af21f29937d884b644e5e (diff)
parentecbf3f2cbc517b175fcf5252db61a815ea578978 (diff)
downloadlatinime-91a97fa83c275e31c8dd4787a969625f6da58f24.tar.gz
latinime-91a97fa83c275e31c8dd4787a969625f6da58f24.tar.xz
latinime-91a97fa83c275e31c8dd4787a969625f6da58f24.zip
am ecbf3f2c: Merge "Fix indentations."
* commit 'ecbf3f2cbc517b175fcf5252db61a815ea578978': Fix indentations.
Diffstat (limited to 'native/src/binary_format.h')
-rw-r--r--native/src/binary_format.h4
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;