]> git.sesse.net Git - remoteglot-book/commitdiff
Indent fix. master
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 8 Jun 2017 07:33:41 +0000 (09:33 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 8 Jun 2017 07:33:41 +0000 (09:33 +0200)
www/opening-stats.pl

index a88b0a28b1ad3d28cdb7f9fbd43290711a94113e..58a0f9be02a9ed230808fb00ce281abeef3531e9 100755 (executable)
@@ -49,7 +49,7 @@ eval {
        $root_game->{'moves'} = int(((scalar @{$pgn->moves}) + 1) / 2);
 };
 if ($@) {
-       print STDERR "Error while getting root move: $@\n";
+       print STDERR "Error while getting root move: $@\n";
 }
 
 # Explore one move out.