浏览代码

clang-format

namkazy 6 年之前
父节点
当前提交
69657ff19c
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/video_core/shader/decode/image.cpp

+ 2 - 2
src/video_core/shader/decode/image.cpp

@@ -27,8 +27,8 @@ using Tegra::Texture::TICEntry;
 
 namespace {
 
-
-ComponentType GetComponentType(Tegra::Engines::SamplerDescriptor descriptor, std::size_t component) {
+ComponentType GetComponentType(Tegra::Engines::SamplerDescriptor descriptor,
+                               std::size_t component) {
     const TextureFormat format{descriptor.format};
     switch (format) {
     case TextureFormat::R16_G16_B16_A16: