cgal/Nef_S2/examples/Nef_S2
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
..
include/CGAL/Nef_S2 Last round of missing std:: before 3.2 (Andreas permission) 2006-04-19 16:56:12 +00:00
construction.cpp Removing leading and trailing empty lines from all example files. 2007-03-10 16:17:17 +00:00
exploration.cpp Removing leading and trailing empty lines from all example files. 2007-03-10 16:17:17 +00:00
point_location.cpp Removing leading and trailing empty lines from all example files. 2007-03-10 16:17:17 +00:00
simple.cpp More redundant filename removal. 2007-03-10 15:22:41 +00:00