mirror of
https://github.com/encounter/SDL.git
synced 2025-12-11 14:41:56 +00:00
Add clang-format on/off comments where necessary.
Comments were added in places where INDENT-ON/OFF comments are. Places like stdlib's asm don't need it as clang-format doesn't try to indent it.
This commit is contained in:
committed by
Sam Lantinga
parent
c6a77971bd
commit
501a499180
@@ -126,7 +126,7 @@ static struct
|
||||
const char *name;
|
||||
int format;
|
||||
} encodings[] = {
|
||||
/* *INDENT-OFF* */
|
||||
/* *INDENT-OFF* */ /* clang-format off */
|
||||
{ "ASCII", ENCODING_ASCII },
|
||||
{ "US-ASCII", ENCODING_ASCII },
|
||||
{ "8859-1", ENCODING_LATIN1 },
|
||||
@@ -160,7 +160,7 @@ static struct
|
||||
{ "UCS-4LE", ENCODING_UCS4LE },
|
||||
{ "UCS-4BE", ENCODING_UCS4BE },
|
||||
{ "UCS-4-INTERNAL", ENCODING_UCS4NATIVE },
|
||||
/* *INDENT-ON* */
|
||||
/* *INDENT-ON* */ /* clang-format on */
|
||||
};
|
||||
|
||||
static const char *
|
||||
|
||||
Reference in New Issue
Block a user