1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-09-01 08:56:32 -05:00

fix clong format

This commit is contained in:
Crimson-Hawk
2024-03-26 16:46:05 +08:00
parent 925ce2fad3
commit eb306775c6
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;