Replace spaces with tabs.

This commit is contained in:
yunfeibai
2017-03-29 15:37:33 -07:00
parent 66a8685816
commit f062847038
11 changed files with 22 additions and 22 deletions

View File

@@ -1325,7 +1325,7 @@ int BulletMJCFImporter::getRootLinkIndex() const
std::string BulletMJCFImporter::getBodyName() const
{
return m_data->m_fileModelName;
return m_data->m_fileModelName;
}
bool BulletMJCFImporter::getLinkColor(int linkIndex, btVector4& colorRGBA) const