cgal/Kinetic_data_structures/examples/Kinetic_framework
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
..
data
adding_a_certificate.cpp Remove trailing white spaces and end of lines. 2007-03-10 14:59:41 +00:00
defining_a_simulation_traits.cpp added missing example (it's empty, just to make the manual tools happy) 2007-02-20 13:54:58 +00:00
listener.cpp Removing leading and trailing empty lines from all example files. 2007-03-10 16:17:17 +00:00
pointer_queue.cpp Remove trailing white spaces and end of lines. 2007-03-10 14:59:41 +00:00
ref_counted.cpp
trivial_kds.cpp minor tweaks 2007-01-30 02:06:49 +00:00