Cleanup: use C++ comments for disabled code

Also ensure space around text in C-comment blocks.
This commit is contained in:
Campbell Barton
2022-04-13 13:46:22 +10:00
parent 4b5195a9d7
commit 7d3db7a3ae
18 changed files with 25 additions and 23 deletions

View File

@@ -40,7 +40,7 @@ size_t count_utf_8_from_16(const wchar_t *string16)
}
else {
if (u < 0xE000) {
/*illegal*/;
/* Illegal. */
}
else {
count += 3;