fix clong format
Some checks failed
codespell / Check for spelling errors (push) Successful in 11s
suyu-ci / Check REUSE Specification (push) Successful in 10s
suyu verify / Verify Format (push) Failing after 1m32s
suyu verify / test build (linux-fresh, clang) (push) Has been skipped
suyu verify / test build (linux-fresh, linux) (push) Has been skipped
suyu verify / android (push) Has been skipped

This commit is contained in:
Crimson-Hawk 2024-03-26 16:46:05 +08:00
parent 925ce2fad3
commit eb306775c6
Signed by: Crimson-Hawk
GPG key ID: 0804DD39BB9BF5AC
3 changed files with 3 additions and 3 deletions

View file

@ -10,8 +10,8 @@
#include <fmt/format.h>
#include "shader_recompiler/backend/glasm/reg_alloc.h"
#include "shader_recompiler/stage.h"
#include "shader_recompiler/runtime_info.h"
#include "shader_recompiler/stage.h"
namespace Shader {
struct Info;