From 917bfaffa4d77b43beec46bea2766442a235d53c Mon Sep 17 00:00:00 2001 From: Sylvain Pion Date: Thu, 15 Feb 2007 14:48:03 +0000 Subject: [PATCH] formatting --- .../include/CGAL/Convex_hull_2/ch_melkman_impl.h | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/Convex_hull_2/include/CGAL/Convex_hull_2/ch_melkman_impl.h b/Convex_hull_2/include/CGAL/Convex_hull_2/ch_melkman_impl.h index 196d2a45278..4a2a48bf230 100644 --- a/Convex_hull_2/include/CGAL/Convex_hull_2/ch_melkman_impl.h +++ b/Convex_hull_2/include/CGAL/Convex_hull_2/ch_melkman_impl.h @@ -1,4 +1,3 @@ - // Copyright (c) 1999 Max-Planck-Institute Saarbruecken (Germany). // All rights reserved. // @@ -18,9 +17,8 @@ // // Author(s) : Stefan Schirra - -#ifndef CGAL_CH_MELKMAN_C -#define CGAL_CH_MELKMAN_C +#ifndef CGAL_CH_MELKMAN_IMPL_H +#define CGAL_CH_MELKMAN_IMPL_H #ifndef CGAL_CH_NO_POSTCONDITIONS #include @@ -128,5 +126,4 @@ ch_melkman( InputIterator first, InputIterator last, CGAL_END_NAMESPACE - -#endif // CGAL_CH_MELKMAN_C +#endif // CGAL_CH_MELKMAN_IMPL_H