From f3e7c2ee70f8d304217e0b4c5bba24f359750041 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Mon, 24 Feb 2025 10:59:57 +0100 Subject: [PATCH] rogueviz::bringris:: whitespace fix --- rogueviz/bringris.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rogueviz/bringris.cpp b/rogueviz/bringris.cpp index 385a1208..afac44be 100644 --- a/rogueviz/bringris.cpp +++ b/rogueviz/bringris.cpp @@ -1018,7 +1018,7 @@ void shift_block(int dir, bool camera_only) { at1 = flatspin(flatspin(at, 1) + wstep, 2); } else { - int kspin = (t/2) - dir; + int kspin = (t/2) - dir; at1 = flatspin(at, dir); at1 = flatspin(at1 + wstep, kspin); }