diff options
author | chai <chaifix@163.com> | 2018-10-16 23:09:18 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-10-16 23:09:18 +0800 |
commit | 5534828032730762f8c1e4daf924b466fffb8be0 (patch) | |
tree | 1ae83fc877e4a2d136f6dd120260edd147b13e95 /src/libjin/Common/types.h | |
parent | 0fc4b3ad5f2ac8d5c0588f61c0cbed4349ee1430 (diff) |
*格式化代码
Diffstat (limited to 'src/libjin/Common/types.h')
-rw-r--r-- | src/libjin/Common/types.h | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/src/libjin/Common/types.h b/src/libjin/Common/types.h index 7e335c0..2d257c3 100644 --- a/src/libjin/Common/types.h +++ b/src/libjin/Common/types.h @@ -4,20 +4,20 @@ namespace jin { -namespace common -{ + namespace common + { - typedef int8_t int8; - typedef uint8_t uint8; - typedef uint8 byte; - typedef int16_t int16; - typedef uint16_t uint16; - typedef int32_t int32; - typedef uint32_t uint32; - typedef int64_t int64; - typedef uint64_t uint64; + typedef int8_t int8; + typedef uint8_t uint8; + typedef uint8 byte; + typedef int16_t int16; + typedef uint16_t uint16; + typedef int32_t int32; + typedef uint32_t uint32; + typedef int64_t int64; + typedef uint64_t uint64; -} + } } #endif
\ No newline at end of file |