Index: src/gpu/vk/GrVkBackendContext.cpp |
diff --git a/src/gpu/vk/GrVkBackendContext.cpp b/src/gpu/vk/GrVkBackendContext.cpp |
index 6aae6a21f83fd0cf819ad02e816eb3f80044aafa..1ca56e86474861ced58aa2d71a2f1e0a4a72c4de 100644 |
--- a/src/gpu/vk/GrVkBackendContext.cpp |
+++ b/src/gpu/vk/GrVkBackendContext.cpp |
@@ -167,7 +167,7 @@ const GrVkBackendContext* GrVkBackendContext::Create() { |
// query to get the physical device properties |
VkPhysicalDeviceFeatures deviceFeatures; |
vkGetPhysicalDeviceFeatures(physDev, &deviceFeatures); |
- // this looks like it would slow things down, |
+ // this looks like it would slow things down, |
// and we can't depend on it on all platforms |
deviceFeatures.robustBufferAccess = VK_FALSE; |
@@ -225,7 +225,7 @@ const GrVkBackendContext* GrVkBackendContext::Create() { |
ctx->fExtensions = extensionFlags; |
ctx->fFeatures = featureFlags; |
ctx->fInterface.reset(GrVkCreateInterface(inst, device, extensionFlags)); |
- |
+ |
return ctx; |
} |