Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill ALL trailing whitespace (and deprecate a function in Link)
[simgrid.git] / tools / tesh / background.tesh
index 3ef568e..2336e9d 100644 (file)
@@ -1,10 +1,10 @@
 ! output ignore
 $ cmake -E remove bgtesh.pl bgtesh.data
 
-< use strict; 
+< use strict;
 < sleep(1);
 < open (FILE, "<bgtesh.data") || die "Cannot open bgtesh.data: $!\n";
-< 
+<
 < while (<FILE>) {
 <   print;
 < }