From 3343e3b29fa390269268737662d49a45989b33dd Mon Sep 17 00:00:00 2001 From: Corentin Wallez Date: Tue, 4 Jan 2022 17:29:15 +0000 Subject: [PATCH] Add missing space in a toggle description Change-Id: Ic233a75cba31923d9fe320634ca6b2ea45432ceb Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/73020 Auto-Submit: Corentin Wallez Reviewed-by: Austin Eng Commit-Queue: Austin Eng --- src/dawn_native/Toggles.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dawn_native/Toggles.cpp b/src/dawn_native/Toggles.cpp index b0e2dea250..25792b81ad 100644 --- a/src/dawn_native/Toggles.cpp +++ b/src/dawn_native/Toggles.cpp @@ -96,7 +96,7 @@ namespace dawn_native { {Toggle::VulkanUseD32S8, {"vulkan_use_d32s8", "Vulkan mandates support of either D32_FLOAT_S8 or D24_UNORM_S8. When available the " - "backend will use D32S8 (toggle to on) but setting the toggle to off will make it" + "backend will use D32S8 (toggle to on) but setting the toggle to off will make it " "use the D24S8 format when possible.", "https://crbug.com/dawn/286"}}, {Toggle::MetalDisableSamplerCompare,