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=cdae7109f5f92579d74fef8bce8aed5ee0cf2b61;hp=6bea524ca2b99cb1732f6fad65b8c8727cdd0a0b 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.