From baf3a50a38b94b158107c5f4e5dc9ae966b06b04 Mon Sep 17 00:00:00 2001
From: Mark Callow <github@callow.im>
Date: Mon, 5 Aug 2024 13:29:54 +0900
Subject: [PATCH] Fix comment formatting.

---
 tests/loadtests/vkloadtests.cmake | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/tests/loadtests/vkloadtests.cmake b/tests/loadtests/vkloadtests.cmake
index 68e0042fc5..c0fdac8066 100644
--- a/tests/loadtests/vkloadtests.cmake
+++ b/tests/loadtests/vkloadtests.cmake
@@ -110,10 +110,10 @@ list( TRANSFORM VK_TEST_IMAGES
 
 set( KTX_RESOURCES ${LOAD_TEST_COMMON_RESOURCE_FILES} ${VK_TEST_IMAGES} )
 if(APPLE)
-# Adding this directory to KTX_RESOURCES and ultimately vkloadtests's
-# RESOURCE property causes the install command (later in this file) to
-# raise an error at configuration time: "RESOURCE given directory". Use
-# this instead to cause the files to be added to Resources in the bundle.
+    # Adding this directory to KTX_RESOURCES and ultimately vkloadtests's
+    # RESOURCE property causes the install command (later in this file) to
+    # raise an error at configuration time: "RESOURCE given directory". Use
+    # this instead to cause the files to be added to Resources in the bundle.
     set_source_files_properties( ${Vulkan_SHARE_VULKAN}
         PROPERTIES
         MACOSX_PACKAGE_LOCATION Resources