Fix code formatting
This commit is contained in:

committed by
JF

parent
97ba1a456d
commit
473d9c4fa4
@@ -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);
|
||||
|
Reference in New Issue
Block a user