cgal/Mesh_2/examples/Mesh_2
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
..
GNUmakefile Oups! Fix that from revision 32217. 2006-07-05 16:37:46 +00:00
conforming.cpp Removing leading and trailing empty lines from all example files. 2007-03-10 16:17:17 +00:00
makefile changed .C to .cpp in examples 2006-07-09 19:25:03 +00:00
makefile.dependencies - new debug macros: 2006-07-10 09:13:23 +00:00
mesh_class.cpp Removing leading and trailing empty lines from all example files. 2007-03-10 16:17:17 +00:00
mesh_global.cpp Removing leading and trailing empty lines from all example files. 2007-03-10 16:17:17 +00:00
mesh_with_seeds.cpp Removing leading and trailing empty lines from all example files. 2007-03-10 16:17:17 +00:00