From ff972e3673cf70c67e5daf52d5cc913b1df7a1ba Mon Sep 17 00:00:00 2001 From: Techjar Date: Sun, 5 May 2019 23:48:12 +0000 Subject: Reformat repo to clang-format 7.0 rules --- Source/Core/VideoCommon/VertexLoaderManager.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Source/Core/VideoCommon/VertexLoaderManager.cpp') diff --git a/Source/Core/VideoCommon/VertexLoaderManager.cpp b/Source/Core/VideoCommon/VertexLoaderManager.cpp index 673569f4d9..4fd7e164d7 100644 --- a/Source/Core/VideoCommon/VertexLoaderManager.cpp +++ b/Source/Core/VideoCommon/VertexLoaderManager.cpp @@ -91,7 +91,7 @@ struct entry u64 num_verts; bool operator<(const entry& other) const { return num_verts > other.num_verts; } }; -} +} // namespace std::string VertexLoadersToString() { @@ -295,7 +295,7 @@ NativeVertexFormat* GetCurrentVertexFormat() return s_current_vtx_fmt; } -} // namespace +} // namespace VertexLoaderManager void LoadCPReg(u32 sub_cmd, u32 value, bool is_preprocess) { -- cgit v1.2.3