diff options
| author | Pierre Bourdon <delroth@gmail.com> | 2014-03-29 11:05:44 +0100 |
|---|---|---|
| committer | Pierre Bourdon <delroth@gmail.com> | 2014-03-29 11:05:44 +0100 |
| commit | 664c8d30a055f4762a2a60be77c1c8eaec1a5d85 (patch) | |
| tree | ad290b1f173ae3b3c70f4841efd8c46091409579 /Source/Core/VideoCommon/VertexLoader.cpp | |
| parent | 92fc7c64d6980c8000f8b2a8c794c7968cb74da1 (diff) | |
Remove all trailing whitespaces from our codebase.
Diffstat (limited to 'Source/Core/VideoCommon/VertexLoader.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/VertexLoader.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Core/VideoCommon/VertexLoader.cpp b/Source/Core/VideoCommon/VertexLoader.cpp index f751bd0896..db6ab4dbf5 100644 --- a/Source/Core/VideoCommon/VertexLoader.cpp +++ b/Source/Core/VideoCommon/VertexLoader.cpp @@ -597,8 +597,8 @@ void VertexLoader::CompileVertexTranslator() if (pFunc == nullptr) { Host_SysMessage( - StringFromFormat("VertexLoader_Normal::GetFunction(%i %i %i %i) returned zero!", - m_VtxDesc.Normal, m_VtxAttr.NormalFormat, + StringFromFormat("VertexLoader_Normal::GetFunction(%i %i %i %i) returned zero!", + m_VtxDesc.Normal, m_VtxAttr.NormalFormat, m_VtxAttr.NormalElements, m_VtxAttr.NormalIndex3).c_str()); } WriteCall(pFunc); |
