Files
cgal/Kinetic_data_structures
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-02-21 21:27:32 +00:00
2007-01-23 17:02:20 +00:00
2007-02-02 19:52:18 +00:00
2006-06-16 13:09:45 +00:00
2007-01-24 05:23:47 +00:00
2006-02-14 08:58:16 +00:00