From 2d103de78114f3d4ac4a49e8e244824f0fbb3a25 Mon Sep 17 00:00:00 2001 From: vrouvrea Date: Wed, 14 Nov 2018 10:45:37 +0000 Subject: Fix cpplint git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@3981 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 6ce28c75070b0f5d962472f5452e4b03fccbd94f --- src/Simplex_tree/include/gudhi/Simplex_tree.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/Simplex_tree') diff --git a/src/Simplex_tree/include/gudhi/Simplex_tree.h b/src/Simplex_tree/include/gudhi/Simplex_tree.h index 13d7372c..78697ea2 100644 --- a/src/Simplex_tree/include/gudhi/Simplex_tree.h +++ b/src/Simplex_tree/include/gudhi/Simplex_tree.h @@ -323,8 +323,7 @@ class Simplex_tree { } /** \brief User-defined copy assignment reproduces the whole tree structure. */ - Simplex_tree& operator= (const Simplex_tree& complex_source) - { + Simplex_tree& operator= (const Simplex_tree& complex_source) { #ifdef DEBUG_TRACES std::cout << "Simplex_tree copy assignment" << std::endl; #endif // DEBUG_TRACES @@ -341,8 +340,7 @@ class Simplex_tree { /** \brief User-defined move assignment relocates the whole tree structure. * \exception std::invalid_argument In debug mode, if the complex_source is invalid. */ - Simplex_tree& operator=(Simplex_tree&& complex_source) - { + Simplex_tree& operator=(Simplex_tree&& complex_source) { #ifdef DEBUG_TRACES std::cout << "Simplex_tree move assignment" << std::endl; #endif // DEBUG_TRACES -- cgit v1.2.3