From 2852ee3c30e55efda7985387a2e89523bf900266 Mon Sep 17 00:00:00 2001 From: tomsmeding Date: Fri, 19 Apr 2019 23:42:45 +0200 Subject: Fix indentation, rip --- aberth/aberth.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aberth/aberth.cpp b/aberth/aberth.cpp index d002ba4..e3c1fe8 100644 --- a/aberth/aberth.cpp +++ b/aberth/aberth.cpp @@ -136,7 +136,7 @@ struct AberthState { } } - // Lagrange-style step where the new elements are computed in parallel from the previous values + // Lagrange-style step where the new elements are computed in parallel from the previous values bool step() { array pairs; for (int i = 0; i < N - 1; i++) { -- cgit v1.2.3-54-g00ecf