cgal/HalfedgeDS/examples/HalfedgeDS
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
..
hds_prog_color.cpp Removing leading and trailing empty lines from all example files. 2007-03-10 16:17:17 +00:00
hds_prog_compact.cpp Removing leading and trailing empty lines from all example files. 2007-03-10 16:17:17 +00:00
hds_prog_compact2.cpp Removing leading and trailing empty lines from all example files. 2007-03-10 16:17:17 +00:00
hds_prog_default.cpp Removing leading and trailing empty lines from all example files. 2007-03-10 16:17:17 +00:00
hds_prog_edge_iterator.cpp Removing leading and trailing empty lines from all example files. 2007-03-10 16:17:17 +00:00
hds_prog_graph.cpp Removing leading and trailing empty lines from all example files. 2007-03-10 16:17:17 +00:00
hds_prog_graph2.cpp Removing leading and trailing empty lines from all example files. 2007-03-10 16:17:17 +00:00
hds_prog_halfedge_iterator.cpp Removing leading and trailing empty lines from all example files. 2007-03-10 16:17:17 +00:00
hds_prog_vector.cpp Removing leading and trailing empty lines from all example files. 2007-03-10 16:17:17 +00:00