OCD: remove trailing spaces from all files

metadata
Wenzel Jakob 2012-10-20 14:04:13 -04:00
parent ac8c7ad6d7
commit efe33e9212
461 changed files with 11128 additions and 11132 deletions

View File

@ -34,7 +34,6 @@ void ParallelProcess::bindResource(const std::string &name, int id) {
m_bindings[name] = id;
}
std::vector<std::string> ParallelProcess::getRequiredPlugins() {
return PluginManager::getInstance()->getLoadedPlugins();
}

View File

@ -35,8 +35,8 @@ void GLGeometry::init() {
Assert(m_id[0] == 0 && m_id[1] == 0);
glGenBuffers(2, m_id);
refresh();
}
void GLGeometry::refresh() {
Assert(m_id[0] != 0 && m_id[1] != 0);
m_stride = 3;

View File

@ -31,11 +31,8 @@
#include <functional>
#include <algorithm>
MTS_NAMESPACE_BEGIN
namespace {
// Small class which represents a binary 32x32 matrix, used for the rank test.