Browse Source

Tidy the code.

Joe Clarke 7 years ago
parent
commit
55150f9e0d
1 changed files with 3 additions and 3 deletions
  1. 3 3
      scripts/gen-eem.pl

+ 3 - 3
scripts/gen-eem.pl

@@ -37,9 +37,9 @@ foreach my $line (@contents) {
                 print OUT $line;
         } elsif ($line =~ /^!/) {
                 print OUT $line;
-	} elsif ($line =~ /^\@/) {
-		$line =~ s/^\@//;
-		print OUT $line;
+        } elsif ($line =~ /^\@/) {
+                $line =~ s/^\@//;
+                print OUT $line;
         } else {
                 my $act = sprintf(" action %03d ", $action++);
                 print OUT $act . $line;