microprofile
microprofile copied to clipboard
Fix warning when building on 32-bit Windows + spaces->tabs
- When building 32-bit microprofile on Windows using Visual Studio, a warning is emitted because of an implicit conversion from a
uint64_t
to asize_t
(=uint32_t
). https://ci.appveyor.com/project/madebr/openrw/builds/20589186/job/a0mg2gd4nfmuy2kl#L657 - Convert space indentation to tab indentations
- remove an extra semicolon