summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/VertexLoaderBase.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2015-02-25 18:07:56 -0500
committerLioncash <mathew1800@gmail.com>2015-02-25 18:07:56 -0500
commit7408de7e79b3607d4747b5e04cc70b651f58a5eb (patch)
tree97b6d591aecd5b0d8a7f497a777ec3adef27d87d /Source/Core/VideoCommon/VertexLoaderBase.cpp
parentb1fbf205ec54ad2404edb14fbf19c80abde4ab05 (diff)
parent93b16a4a2d5f3e6d467d1315c461aff12852b26c (diff)
Merge pull request #2058 from Stevoisiak/Codemaid-Cleanup-Take2
Basic Formatting/Whitespace Cleanup
Diffstat (limited to 'Source/Core/VideoCommon/VertexLoaderBase.cpp')
-rw-r--r--Source/Core/VideoCommon/VertexLoaderBase.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/VertexLoaderBase.cpp b/Source/Core/VideoCommon/VertexLoaderBase.cpp
index 924a51fc61..9089ee67af 100644
--- a/Source/Core/VideoCommon/VertexLoaderBase.cpp
+++ b/Source/Core/VideoCommon/VertexLoaderBase.cpp
@@ -100,7 +100,7 @@ void VertexLoaderBase::AppendToString(std::string *dest) const
m_VtxAttr.NormalElements, posMode[m_VtxDesc.Normal], posFormats[m_VtxAttr.NormalFormat]));
}
- u64 color_mode[2] = {m_VtxDesc.Color0, m_VtxDesc.Color1};
+ u64 color_mode[2] = { m_VtxDesc.Color0, m_VtxDesc.Color1 };
for (int i = 0; i < 2; i++)
{
if (color_mode[i])