From 473d9c4fa4d887275eafa9a2f4ef98b3e18695a7 Mon Sep 17 00:00:00 2001 From: Jean-François Milants Date: Wed, 1 Nov 2023 21:06:26 +0100 Subject: Fix code formatting --- src/components/gfx/Gfx.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/gfx') diff --git a/src/components/gfx/Gfx.cpp b/src/components/gfx/Gfx.cpp index d3ef3d08..baa6486a 100644 --- a/src/components/gfx/Gfx.cpp +++ b/src/components/gfx/Gfx.cpp @@ -141,7 +141,7 @@ void Gfx::SetBackgroundColor(uint16_t color) { bool Gfx::GetNextBuffer(uint8_t** data, size_t& size) { if (!state.busy) return false; - state.remainingIterations = state.remainingIterations-1; + state.remainingIterations = state.remainingIterations - 1; if (state.remainingIterations == 0) { state.busy = false; NotifyEndOfTransfer(state.taskToNotify); -- cgit v1.2.3-70-g09d2