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:
Laurent Rineau 2015-11-05 11:12:57 +01:00
parent c750813ea1
commit 7612345f2f
1 changed files with 1 additions and 1 deletions

View File

@ -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_