zlib, uart: fix mix of spaces & tabs

This commit is contained in:
Philippe Teuwen 2019-03-09 11:15:18 +01:00
commit 1fe75f2481
6 changed files with 426 additions and 426 deletions

View file

@ -857,7 +857,7 @@ int flush;
case 1: /* fixed block */
#ifdef ZLIB_PM3_TUNED
strm->msg = (char *)"fixed block coding not supported";
state->mode = BAD;
state->mode = BAD;
#else
fixedtables(state);
Tracev((stderr, "inflate: fixed codes block%s\n",