Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.

Commit 2ebf9b6

Browse files
committed
Fixed spacing
1 parent a7837e2 commit 2ebf9b6

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Code/Foundation/Public/Core/Common.hpp

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,17 +40,17 @@ inline namespace STL
4040
// -=(Undocumented)=-
4141
using SInt64 = int64_t;
4242

43-
// -=(Undocumented)=-
44-
using UInt08 = uint8_t;
43+
// -=(Undocumented)=-
44+
using UInt08 = uint8_t;
4545

46-
// -=(Undocumented)=-
47-
using UInt16 = uint16_t;
46+
// -=(Undocumented)=-
47+
using UInt16 = uint16_t;
4848

49-
// -=(Undocumented)=-
50-
using UInt32 = uint32_t;
49+
// -=(Undocumented)=-
50+
using UInt32 = uint32_t;
5151

52-
// -=(Undocumented)=-
53-
using UInt64 = uint64_t;
52+
// -=(Undocumented)=-
53+
using UInt64 = uint64_t;
5454

5555
// -=(Undocumented)=-
5656
using Real32 = float_t;

0 commit comments

Comments
 (0)