1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-09 09:34:57 +09:00

AK: Rename MakeUnsigned::type to MakeUnsigned::Type.

Also renames MakeSigned::type to MakeSigned::Type.
This commit is contained in:
asynts 2020-08-03 20:35:25 +02:00 committed by Andreas Kling
parent 7e6fbef8db
commit 05abfc0e1f
Notes: sideshowbarker 2024-07-19 04:14:40 +09:00
3 changed files with 22 additions and 22 deletions

View file

@ -42,7 +42,7 @@ typedef __INT8_TYPE__ i8;
#ifdef __serenity__
typedef __SIZE_TYPE__ size_t;
typedef MakeSigned<size_t>::type ssize_t;
typedef MakeSigned<size_t>::Type ssize_t;
typedef __PTRDIFF_TYPE__ ptrdiff_t;