Just visual format

This commit is contained in:
Pavel Brychta 2019-06-16 12:00:30 +02:00
parent 4e61bfdf1e
commit ad6836475c

View File

@ -459,6 +459,7 @@ private:
DEBUG_PRINTLN(state);
}
}
void Signal()
{
int lastState = state;
@ -532,6 +533,7 @@ private:
requests &= ~(req);
nextJob();
}
void Inbox()
{
String CMD;