From: Steinar H. Gunderson Date: Thu, 8 Jun 2017 07:33:41 +0000 (+0200) Subject: Indent fix. X-Git-Url: https://git.sesse.net/?p=remoteglot-book;a=commitdiff_plain;h=HEAD Indent fix. --- diff --git a/www/opening-stats.pl b/www/opening-stats.pl index a88b0a2..58a0f9b 100755 --- a/www/opening-stats.pl +++ b/www/opening-stats.pl @@ -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.