From 66caf4cc49c06dc609aef50f7f1f235600d7879d Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Wed, 19 Oct 2022 09:51:01 +0200 Subject: reformat --- main/draw.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/draw.cpp b/main/draw.cpp index 4077da16..92fa8b9d 100644 --- a/main/draw.cpp +++ b/main/draw.cpp @@ -6,8 +6,8 @@ namespace floormat { -void app::drawEvent() { - +void app::drawEvent() +{ if (const float dt = timeline.previousFrameDuration(); dt > 0) { constexpr float RC = 0.5f; -- cgit v1.2.3