Files
cgal/Kinetic_data_structures/examples/Kinetic_framework
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
..
2007-01-24 17:24:32 +00:00
2006-07-10 08:26:07 +00:00
2007-01-30 02:06:49 +00:00