mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-25 03:49:42 +00:00
Bug 1916561: apply code formatting via Lando
# ignore-this-changeset
This commit is contained in:
parent
e28c07c6d7
commit
b4b82e079c
@ -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) \
|
||||
|
Loading…
x
Reference in New Issue
Block a user