diff options
| author | Stevoisiak <Stevoisiak@gmail.com> | 2015-02-15 14:43:31 -0500 |
|---|---|---|
| committer | Stevoisiak <Stevoisiak@gmail.com> | 2015-02-25 10:48:21 -0500 |
| commit | 93b16a4a2d5f3e6d467d1315c461aff12852b26c (patch) | |
| tree | 0993e6ce422ae33a850466e8da285421a462e79f /Source/Core/VideoCommon/VertexLoaderBase.cpp | |
| parent | b8edd8aedc75ae4e2abd8c5558af94e98c7bebcb (diff) | |
Formatting/Whitespace Cleanup
Various fixes to formatting and whitespace
Diffstat (limited to 'Source/Core/VideoCommon/VertexLoaderBase.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/VertexLoaderBase.cpp | 2 |
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]) |
