I didn't like that space anyway

This commit is contained in:
andrewphorn 2018-10-28 09:58:14 -07:00 committed by GitHub
parent 0f0a0d163a
commit 33496d2b63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -97,4 +97,3 @@ void String_Format4(str, format, a1, a2, a3, a4);
| ```%r``` | char | ```%r``` of ```47``` = ```\``` |
| ```%x``` | uintptr_t | ```%x``` of ```31``` = ```2F``` |
| ```%h``` | uint32_t | ```%h``` of ```11``` = ```B``` |