changeset 606:611ff639c7b5

...
author anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Mon, 24 Feb 2020 16:07:42 +0900
parents 902d8537fe82
children 6f9521c57db7
files src/parallel_execution/static_trans_impl.pl
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/parallel_execution/static_trans_impl.pl	Mon Feb 24 16:05:00 2020 +0900
+++ b/src/parallel_execution/static_trans_impl.pl	Mon Feb 24 16:07:42 2020 +0900
@@ -130,7 +130,7 @@
   }
 
 print $out "    return $interface_var_name;\n";
-print $out "}\n\n";
+print $out "}\n";
 }