Skip to content

Commit

Permalink
Remove trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Bailey committed Oct 30, 2016
1 parent 7593392 commit 55f3291
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion openvdb_points/unittest/TestAttributeSet.cc
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ attributeSetMatchesDescriptor( const openvdb::tools::AttributeSet& attrSet,

// ensure descriptor and attributes are still in sync

for (const auto& namePos : attrSet.descriptor().map()) {
for (const auto& namePos : attrSet.descriptor().map()) {
const size_t pos = descriptor.find(namePos.first);

if (pos != size_t(namePos.second)) return false;
Expand Down
2 changes: 1 addition & 1 deletion openvdb_points/unittest/TestPointDataLeaf.cc
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class TestPointDataLeaf: public CppUnit::TestCase
void testCopyDescriptor();

private:

}; // class TestPointDataLeaf

using openvdb::tools::PointDataTree;
Expand Down

0 comments on commit 55f3291

Please sign in to comment.