mirror of https://github.com/CGAL/cgal
Trivial fix: add newline at EOF
There was a warning with gcc 4.1.2, on CentOS 5:
```
In file included from /mnt/testsuite/include/CGAL/Kinetic/Active_objects_vector.h:27,
from /mnt/testsuite/include/CGAL/Kinetic/Exact_simulation_traits.h:27,
from /home/cgal_tester/build/src/cmake/platforms/CentOS5/test/Kinetic_data_structures/Delaunay_triangulation_3.cpp:7:
/mnt/testsuite/include/CGAL/Kinetic/internal/debug_counters.h:79:33: warning: no newline at end of file
```
This commit is contained in:
parent
c750813ea1
commit
7612345f2f
|
|
@ -76,4 +76,4 @@ namespace internal {
|
|||
#include <CGAL/Kinetic/internal/debug_counters_impl.h>
|
||||
#endif // CGAL_HEADER_ONLY
|
||||
|
||||
#endif // CGAL_DEBUG_COUNTERS_H_
|
||||
#endif // CGAL_DEBUG_COUNTERS_H_
|
||||
|
|
|
|||
Loading…
Reference in New Issue