From 61f77612c70dd49a59157fe139a7d248a90e206a Mon Sep 17 00:00:00 2001 From: David Dubois Date: Tue, 28 Feb 2023 15:51:22 -0800 Subject: [PATCH] Remove cringe whitespace --- src/VkBootstrap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/VkBootstrap.h b/src/VkBootstrap.h index fe74adf..ef77c2a 100644 --- a/src/VkBootstrap.h +++ b/src/VkBootstrap.h @@ -380,7 +380,7 @@ class InstanceBuilder { InstanceBuilder& enable_validation_layers(bool require_validation = true); // Checks if the validation layers are available and loads them if they are. InstanceBuilder& request_validation_layers(bool enable_validation = true); - + // Use a default debug callback that prints to standard out. InstanceBuilder& use_default_debug_messenger(); // Provide a user defined debug callback.