diff options
author | chai <chaifix@163.com> | 2019-02-22 13:50:12 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-02-22 13:50:12 +0800 |
commit | 22ba8d6af9e9a67e6bac11365df23b6a61fa62c7 (patch) | |
tree | 7e86accc40e3b99b8ae575f718136239fc249d2d /Source/Asura.Engine/Type.h | |
parent | f756fa0a17675ea70956af9c42f6c1117a84f9bd (diff) |
*修改缩进
Diffstat (limited to 'Source/Asura.Engine/Type.h')
-rw-r--r-- | Source/Asura.Engine/Type.h | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/Source/Asura.Engine/Type.h b/Source/Asura.Engine/Type.h index 36ee9e7..5159ee2 100644 --- a/Source/Asura.Engine/Type.h +++ b/Source/Asura.Engine/Type.h @@ -6,18 +6,18 @@ namespace AsuraEngine { - 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; - typedef uint32_t uint; - typedef int32_t sint; + typedef uint32_t uint; + typedef int32_t sint; } |