Files
cgal/Circulator
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
..
2006-08-07 16:43:09 +00:00
2007-01-27 21:16:03 +00:00
2006-02-14 08:58:13 +00:00
2006-02-14 08:58:13 +00:00
2006-12-05 14:01:13 +00:00