cgal/STL_Extension/examples/STL_Extension
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
..
in_place_list_prog.cpp Removing leading and trailing empty lines from all example files. 2007-03-10 16:17:17 +00:00
min_element_if_example_noheader.cpp Removing leading and trailing empty lines from all example files. 2007-03-10 16:17:17 +00:00
min_max_element_example_noheader.cpp Removing leading and trailing empty lines from all example files. 2007-03-10 16:17:17 +00:00