commit 43115512ae089e7b2145b5bc3f669b6683611b23
parent a285de1ea7ab53f3f56814b8195329499f28ce6a
Author: Lando <lando@lando.test>
Date: Tue, 11 Nov 2025 01:24:47 +0000
Bug 1852794: apply code formatting via Lando
# ignore-this-changeset
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gfx/config/gfxFeature.h b/gfx/config/gfxFeature.h
@@ -62,7 +62,7 @@ namespace gfx {
_(WMF_HW_DRM, Feature, "Windows Media Foundation hardware DRM") \
_(GL_NORM16_TEXTURES, Feature, "OpenGL normalized 16-bit texture formats") \
_(WEBGPU_EXTERNAL_TEXTURE, Feature, "WebGPU external textures") \
- _(MESA_THREADING, Feature, "Mesa glthread enabled") \
+ _(MESA_THREADING, Feature, "Mesa glthread enabled") \
/* Add new entries above this comment */
enum class Feature : uint32_t {