Cleanup: trailing space in source/gameengine/

This commit is contained in:
Campbell Barton
2018-06-17 17:01:43 +02:00
parent 5513da65b2
commit 4be752a93c
353 changed files with 3730 additions and 3730 deletions

View File

@@ -111,7 +111,7 @@ void SCA_IInputDevice::NextFrame()
m_currentTable = 1 - m_currentTable;
// cerr << "SCA_IInputDevice::NextFrame " << GetNumActiveEvents() << endl;
for (int i=0;i<SCA_IInputDevice::KX_MAX_KEYS;i++)
{
switch (m_eventStatusTables[1 - m_currentTable][i].m_status)