code: Run clang-format

This commit is contained in:
GPUCode
2022-10-07 12:13:27 +03:00
parent 711b699689
commit f750da1508
85 changed files with 1704 additions and 1977 deletions

View File

@ -66,6 +66,6 @@ public:
protected:
Frontend::EmuWindow& render_window; ///< Reference to the render window handle.
f32 m_current_fps = 0.0f; ///< Current framerate, should be set by the renderer
int m_current_frame = 0; ///< Current frame, should be set by the renderer
f32 m_current_fps = 0.0f; ///< Current framerate, should be set by the renderer
int m_current_frame = 0; ///< Current frame, should be set by the renderer
};