video_core,shader: Clang-format fixes

This commit is contained in:
ReinUsesLisp 2021-05-25 18:58:52 -03:00 committed by ameerj
parent ddb24146b6
commit 205bf15e71
4 changed files with 12 additions and 7 deletions

View file

@ -4,8 +4,8 @@
#pragma once
#include "shader_recompiler/frontend/ir/basic_block.h"
#include "shader_recompiler/frontend/ir/abstract_syntax_list.h"
#include "shader_recompiler/frontend/ir/basic_block.h"
namespace Shader::IR {