Преглед на файлове

appease the format gods

Squall Leonhart преди 2 години
родител
ревизия
144c0734f5
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/video_core/renderer_vulkan/blit_image.cpp

+ 1 - 1
src/video_core/renderer_vulkan/blit_image.cpp

@@ -563,7 +563,7 @@ void BlitImageHelper::ConvertABGR8ToD24S8(const Framebuffer* dst_framebuffer,
 }
 
 void BlitImageHelper::ConvertABGR8ToD32F(const Framebuffer* dst_framebuffer,
-                                          const ImageView& src_image_view) {
+                                         const ImageView& src_image_view) {
     ConvertPipelineDepthTargetEx(convert_abgr8_to_d32f_pipeline, dst_framebuffer->RenderPass(),
                                  convert_abgr8_to_d32f_frag);
     Convert(*convert_abgr8_to_d32f_pipeline, dst_framebuffer, src_image_view);