From cdae7109f5f92579d74fef8bce8aed5ee0cf2b61 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Thu, 8 Jun 2017 09:33:41 +0200 Subject: [PATCH] Indent fix. --- www/opening-stats.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.2