Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill trailing whitespace in misc. remaining files.
[simgrid.git] / examples / platforms / syscoord / generate_peer_platform.pl
index 41be250..fb58809 100755 (executable)
@@ -24,7 +24,7 @@ while(defined($line=<INPUT>))
 {
     next if ($line =~ /^#/);
     # 278 7.2 -9.4 h 2.3
-    if($line =~ /^([^ ]*) ([^ ]*) ([^ ]*) h ([^ ]*) *$/) {
+    if($line =~ /^(\S*) (\S*) (\S*) h (\S*) *$/) {
        print "\t\t<peer id=\"peer-$1\" coordinates=\"$2 $3 $4\" speed=\"730Mf\" bw_in=\"13.38MBps\" bw_out=\"1.024MBps\"/>\n";
        next;
     }