minor styleish

This commit is contained in:
iceman1001 2017-08-06 16:31:01 +02:00
commit c583570a3d
4 changed files with 8 additions and 5 deletions

View file

@ -421,7 +421,8 @@ int ASKDemod_ext(const char *Cmd, bool verbose, bool emSearch, uint8_t askType,
bool st = false;
size_t ststart = 0, stend = 0;
if (*stCheck) st = DetectST(BitStream, &BitLen, &foundclk, &ststart, &stend);
if (*stCheck)
st = DetectST(BitStream, &BitLen, &foundclk, &ststart, &stend);
if (st) {
*stCheck = st;