From 01175410935add5f80cd2516414147a5e6cbe5eb Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sat, 7 Jun 2025 16:17:27 +0200 Subject: [PATCH] fixed weird spacing --- hyper.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hyper.h b/hyper.h index 175206cc..4e1de57c 100644 --- a/hyper.h +++ b/hyper.h @@ -932,8 +932,8 @@ template ld binsearch(ld dmin, ld dmax, const T& f, int iterations = 20 return dmin; } - static constexpr int max_vec = (1<<14); - extern bool needConfirmationEvenIfSaved(); +static constexpr int max_vec = (1<<14); +extern bool needConfirmationEvenIfSaved(); typedef unsigned long long flagtype; #define Flag(i) (flagtype(1ull<