fix indentation issues

This commit is contained in:
Sébastien Loriot 2016-04-25 16:41:15 +02:00
parent 145ab7e3db
commit 48a493893f
1 changed files with 7 additions and 8 deletions

View File

@ -395,12 +395,11 @@ public:
any_intersection(const Query& query) const;
struct False_functor {
template <typename T>
bool operator()(const T&) const
{ return false;}
};
struct False_functor {
template <typename T>
bool operator()(const T&) const
{ return false;}
};
/// Returns the intersection and primitive id closest to the source point of the ray
/// query.
@ -582,8 +581,8 @@ public:
///@}
private:
template<typename AABBTree, typename SkipFunctor>
friend class AABB_ray_intersection;
template<typename AABBTree, typename SkipFunctor>
friend class AABB_ray_intersection;
// clear nodes
void clear_nodes()