From d453e0244c602d816db3d25882a65b69012ccb64 Mon Sep 17 00:00:00 2001 From: vrouvrea Date: Mon, 5 Oct 2015 09:21:07 +0000 Subject: cpplint fixes git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@824 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: f34c7f0d3632534f272be5c941d71cdc1556e4a9 --- src/common/include/gudhi/graph_simplicial_complex.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/common/include/gudhi/graph_simplicial_complex.h') diff --git a/src/common/include/gudhi/graph_simplicial_complex.h b/src/common/include/gudhi/graph_simplicial_complex.h index 25d92be5..859504b2 100644 --- a/src/common/include/gudhi/graph_simplicial_complex.h +++ b/src/common/include/gudhi/graph_simplicial_complex.h @@ -20,8 +20,8 @@ * along with this program. If not, see . */ -#ifndef GRAPH_SIMPLICIAL_COMPLEX_H -#define GRAPH_SIMPLICIAL_COMPLEX_H +#ifndef GRAPH_SIMPLICIAL_COMPLEX_H_ +#define GRAPH_SIMPLICIAL_COMPLEX_H_ #include @@ -92,4 +92,4 @@ Graph_t compute_proximity_graph(PointCloud &points return skel_graph; } -#endif // GRAPH_SIMPLICIAL_COMPLEX_H +#endif // GRAPH_SIMPLICIAL_COMPLEX_H_ -- cgit v1.2.3