cgal/Convex_hull_2/examples/Convex_hull_2
Sylvain Pion 847c23a15e Removing leading and trailing empty lines from all example files.
Using the following Perl script:
-----------------------------------------------------
#!/usr/bin/perl

local($/) = undef;
my $text = <>;

$text =~ s/\A\n+//mg;
$text =~ s/\n+\Z/\n/mg;

print "$text";
-----------------------------------------------------
2007-03-10 16:17:17 +00:00
..
files
include/CGAL - Remove a use of CGAL_CFG_NO_AUTOMATIC_TEMPLATE_INCLUSION. 2006-06-13 08:44:53 +00:00
ch_example_from_cin_to_cout.cin
ch_example_from_cin_to_cout.cpp Removing leading and trailing empty lines from all example files. 2007-03-10 16:17:17 +00:00
ch_example_timing.cmd
ch_example_timing.cpp Removing leading and trailing empty lines from all example files. 2007-03-10 16:17:17 +00:00
ch_graham_anderson.cin
ch_graham_anderson.cpp Removing leading and trailing empty lines from all example files. 2007-03-10 16:17:17 +00:00