renderers: Fix clang formatting

This commit is contained in:
ameerj 2021-07-11 01:04:52 -04:00
parent 2235a51b5d
commit 41493fbe89
4 changed files with 13 additions and 9 deletions

View file

@ -24,8 +24,8 @@
#include "video_core/host_shaders/opengl_present_frag.h"
#include "video_core/host_shaders/opengl_present_vert.h"
#include "video_core/renderer_opengl/gl_rasterizer.h"
#include "video_core/renderer_opengl/gl_shader_util.h"
#include "video_core/renderer_opengl/gl_shader_manager.h"
#include "video_core/renderer_opengl/gl_shader_util.h"
#include "video_core/renderer_opengl/renderer_opengl.h"
#include "video_core/textures/decoders.h"