make style

This commit is contained in:
Philippe Teuwen 2019-08-07 12:12:44 +02:00
commit 9b44590f8d
2 changed files with 2 additions and 2 deletions

View file

@ -830,7 +830,7 @@ int CmdTraceList(const char *Cmd) {
ClearAuthData();
while (tracepos < traceLen) {
tracepos = printTraceLine(tracepos, traceLen, trace, protocol, showWaitCycles, markCRCBytes);
if (kbd_enter_pressed())
break;
}