cgal/Spatial_sorting
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
..
doc_tex Switch from QPL to LGPL 2007-03-07 11:37:05 +00:00
examples/Spatial_sorting Removing leading and trailing empty lines from all example files. 2007-03-10 16:17:17 +00:00
include/CGAL Switch from QPL to LGPL 2007-03-07 11:37:05 +00:00
test/Spatial_sorting .C -> .cpp 2007-02-16 16:20:05 +00:00
description.txt Initial import of Spatial_sorting 2006-02-20 15:32:51 +00:00
maintainer Initial import of Spatial_sorting 2006-02-20 15:32:51 +00:00