mirror of https://github.com/CGAL/cgal
Removed tabs
This commit is contained in:
parent
6a47eb77e4
commit
a137e76807
|
|
@ -11,7 +11,7 @@
|
|||
// $Id$
|
||||
// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial
|
||||
//
|
||||
// Author(s): Shepard Liu <shepard0liu@gmail.com>
|
||||
// Author(s): Shepard Liu <shepard0liu@gmail.com>
|
||||
|
||||
#ifndef CGAL_DRAW_AOS_ARR_APPROXIMATION_CACHE_H
|
||||
#define CGAL_DRAW_AOS_ARR_APPROXIMATION_CACHE_H
|
||||
|
|
@ -67,4 +67,4 @@ private:
|
|||
|
||||
} // namespace draw_aos
|
||||
} // namespace CGAL
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
// $Id$
|
||||
// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial
|
||||
//
|
||||
// Author(s): Shepard Liu <shepard0liu@gmail.com>
|
||||
// Author(s): Shepard Liu <shepard0liu@gmail.com>
|
||||
|
||||
#ifndef CGAL_DRAW_AOS_ARR_BOUNDED_APPROXIMATE_FACE_H
|
||||
#define CGAL_DRAW_AOS_ARR_BOUNDED_APPROXIMATE_FACE_H
|
||||
|
|
@ -259,4 +259,4 @@ private:
|
|||
} // namespace draw_aos
|
||||
} // namespace CGAL
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
// $Id$
|
||||
// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial
|
||||
//
|
||||
// Author(s): Shepard Liu <shepard0liu@gmail.com>
|
||||
// Author(s): Shepard Liu <shepard0liu@gmail.com>
|
||||
|
||||
#ifndef CGAL_DRAW_AOS_ARR_BOUNDED_APPROXIMATE_HALFEDGE_H
|
||||
#define CGAL_DRAW_AOS_ARR_BOUNDED_APPROXIMATE_HALFEDGE_H
|
||||
|
|
@ -339,4 +339,4 @@ private:
|
|||
|
||||
} // namespace draw_aos
|
||||
} // namespace CGAL
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
// $Id$
|
||||
// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial
|
||||
//
|
||||
// Author(s): Shepard Liu <shepard0liu@gmail.com>
|
||||
// Author(s): Shepard Liu <shepard0liu@gmail.com>
|
||||
|
||||
#ifndef CGAL_DRAW_AOS_ARR_BOUNDED_APPROXIMATE_VERTEX_H
|
||||
#define CGAL_DRAW_AOS_ARR_BOUNDED_APPROXIMATE_VERTEX_H
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
// $Id$
|
||||
// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial
|
||||
//
|
||||
// Author(s): Shepard Liu <shepard0liu@gmail.com>
|
||||
// Author(s): Shepard Liu <shepard0liu@gmail.com>
|
||||
|
||||
#ifndef CGAL_DRAW_AOS_ARR_FACE_TRIANGULATOR_H
|
||||
#define CGAL_DRAW_AOS_ARR_FACE_TRIANGULATOR_H
|
||||
|
|
@ -324,4 +324,4 @@ void debug_print(const Arr_bounded_face_triangulator<Arrangement>& triangulator)
|
|||
} // namespace draw_aos
|
||||
} // namespace CGAL
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
// $Id$
|
||||
// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial
|
||||
//
|
||||
// Author(s): Shepard Liu <shepard0liu@gmail.com>
|
||||
// Author(s): Shepard Liu <shepard0liu@gmail.com>
|
||||
|
||||
#ifndef CGAL_DRAW_AOS_ARR_BOUNDED_RENDERER_H
|
||||
#define CGAL_DRAW_AOS_ARR_BOUNDED_RENDERER_H
|
||||
|
|
@ -63,4 +63,4 @@ private:
|
|||
} // namespace draw_aos
|
||||
} // namespace CGAL
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
// $Id$
|
||||
// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial
|
||||
//
|
||||
// Author(s): Shepard Liu <shepard0liu@gmail.com>
|
||||
// Author(s): Shepard Liu <shepard0liu@gmail.com>
|
||||
|
||||
#ifndef CGAL_DRAW_AOS_ARR_COORDINATE_CONVERTER_H
|
||||
#define CGAL_DRAW_AOS_ARR_COORDINATE_CONVERTER_H
|
||||
|
|
@ -114,4 +114,4 @@ private:
|
|||
} // namespace draw_aos
|
||||
} // namespace CGAL
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
// $Id$
|
||||
// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial
|
||||
//
|
||||
// Author(s): Shepard Liu <shepard0liu@gmail.com>
|
||||
// Author(s): Shepard Liu <shepard0liu@gmail.com>
|
||||
|
||||
#ifndef CGAL_DRAW_AOS_ARR_FACE_POINT_GENERATOR_H
|
||||
#define CGAL_DRAW_AOS_ARR_FACE_POINT_GENERATOR_H
|
||||
|
|
@ -98,4 +98,4 @@ public:
|
|||
} // namespace draw_aos
|
||||
} // namespace CGAL
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
// $Id$
|
||||
// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial
|
||||
//
|
||||
// Author(s): Shepard Liu <shepard0liu@gmail.com>
|
||||
// Author(s): Shepard Li <shepard0liu@gmail.com>
|
||||
|
||||
#ifndef CGAL_DRAW_AOS_ARR_RENDER_CONTEXT_H
|
||||
#define CGAL_DRAW_AOS_ARR_RENDER_CONTEXT_H
|
||||
|
|
@ -174,4 +174,4 @@ public:
|
|||
|
||||
} // namespace draw_aos
|
||||
} // namespace CGAL
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
// $Id$
|
||||
// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial
|
||||
//
|
||||
// Author(s): Shepard Liu <shepard0liu@gmail.com>
|
||||
// Author(s): Shepard Liu <shepard0liu@gmail.com>
|
||||
|
||||
#ifndef ARR_VIEWER_H
|
||||
#define ARR_VIEWER_H
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
// $Id$
|
||||
// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial
|
||||
//
|
||||
// Author(s): Shepard Liu <shepard0liu@gmail.com>
|
||||
// Author(s): Shepard Liu <shepard0liu@gmail.com>
|
||||
|
||||
#ifndef CGAL_DRAW_AOS_TYPE_UTILS_H
|
||||
#define CGAL_DRAW_AOS_TYPE_UTILS_H
|
||||
|
|
|
|||
|
|
@ -11,8 +11,8 @@
|
|||
// $Id$
|
||||
// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial
|
||||
//
|
||||
// Author(s): Efi Fogel <efifogel@gmail.com>
|
||||
// Shepard Liu <shepard0liu@gmail.com>
|
||||
// Author(s): Efi Fogel <efifogel@gmail.com>
|
||||
// Shepard Liu <shepard0liu@gmail.com>
|
||||
|
||||
#ifndef CGAL_DRAW_ARRANGEMENT_2_H
|
||||
#define CGAL_DRAW_ARRANGEMENT_2_H
|
||||
|
|
|
|||
Loading…
Reference in New Issue