瀏覽代碼

fix formatting

makigumo 6 年之前
父節點
當前提交
753bc2026f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/video_core/renderer_vulkan/maxwell_to_vk.cpp

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

@@ -333,7 +333,7 @@ vk::Format VertexFormat(Maxwell::VertexAttribute::Type type, Maxwell::VertexAttr
             return vk::Format::eR16G16B16A16Unorm;
         case Maxwell::VertexAttribute::Size::Size_10_10_10_2:
             return vk::Format::eA2B10G10R10UnormPack32;
-         default:
+        default:
             break;
         }
         break;