From e0a0833457e19a69220cc61efecedcd24c0622b9 Mon Sep 17 00:00:00 2001 From: David Harris Date: Mon, 20 Feb 2023 11:18:31 -0800 Subject: [PATCH] touched extractArea.pl --- synthDC/extractArea.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synthDC/extractArea.pl b/synthDC/extractArea.pl index 09c64d9de..50cecbf9a 100755 --- a/synthDC/extractArea.pl +++ b/synthDC/extractArea.pl @@ -57,7 +57,7 @@ while (my $filename = readdir(DIR)) { } closedir(DIR); -# print table of results +# print table of results printf("%20s\t", ""); foreach my $config (@configs) { printf("%s\t", $config);