Bug 1916561: apply code formatting via Lando

# ignore-this-changeset
This commit is contained in:
Otto Länd 2024-09-04 18:08:59 +00:00
parent e28c07c6d7
commit b4b82e079c

View File

@ -63,7 +63,7 @@ TexTarget TexImageTargetToTexTarget(TexImageTarget texImageTarget) {
// This version is fallible and will return nullptr if unrecognized.
const char* GetEnumName(const GLenum val, const char* const defaultRet) {
switch (val) {
case 0: // AKA NONE, POINTS
case 0: // AKA NONE, POINTS
return "0";
#define XX(x) \