cgal/Benchmark/examples/Benchmark
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
..
data added support for multivariate polynomials 2006-12-13 17:31:32 +00:00
bbox.cpp Remove trailing white spaces and end of lines. 2007-03-10 14:59:41 +00:00
check_syntax.cpp Removing leading and trailing empty lines from all example files. 2007-03-10 16:17:17 +00:00
leftturn.cpp Remove trailing white spaces and end of lines. 2007-03-10 14:59:41 +00:00
polynomial.cpp Removing leading and trailing empty lines from all example files. 2007-03-10 16:17:17 +00:00
simple.cpp renamed files 2006-09-20 10:52:41 +00:00