pricecharts

track prices of consumer electronics
Log | Files | Refs | README

commit 6d93133318c769b7580ab8101f491d335a0126f8
parent 80005ea368ebe99d2bfb19900d69b81e4a74f4d4
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Sun,  8 Feb 2015 21:37:57 -0700

gen_svg: whitespace

Diffstat:
Mgen_svg.pl | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gen_svg.pl b/gen_svg.pl @@ -211,7 +211,7 @@ sub compute_control_points $c[$n - 1] = 0; $r[$n - 1] = 8 * $K->[$n - 1] + $K->[$n]; - # solves Ax=b with the Thomas algorithm + # solves Ax = b with the Thomas algorithm for (1..($n - 1)) { my $m = $a[$_] / $b[$_ - 1]; $b[$_] = $b[$_] - $m * $c[$_ - 1];