Skip to content

Commit f9d4184

Browse files
committed
Replace tab with spaces
1 parent 28681df commit f9d4184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PluginSource/source/Unity/IUnityGraphicsVulkan.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ enum UnityVulkanEventRenderPassPreCondition
100100
kUnityVulkanRenderPass_EnsureInside,
101101

102102
// Make sure that there is currently no RenderPass in progress.
103-
// This allows e.g. resource uploads.
103+
// This allows e.g. resource uploads.
104104
// Ends the current render pass (and resumes it afterwards if needed)
105105
// If used in combination with the SRP RenderPass API the resuls is undefined.
106106
kUnityVulkanRenderPass_EnsureOutside

0 commit comments

Comments
 (0)