make style

This commit is contained in:
Anže Jenšterle 2021-02-09 16:56:55 +01:00
parent e22cb088c1
commit cd36770c5e
No known key found for this signature in database
GPG key ID: 56821505069EBF5F
22 changed files with 99 additions and 99 deletions

View file

@ -121,10 +121,10 @@ bool set_nonlinear_field(wiegand_message_t *data, uint64_t value, uint8_t numBit
}
static uint8_t get_length_from_header(wiegand_message_t *data) {
/**
* detect if message has "preamble" / "sentinel bit"
*
*/
/**
* detect if message has "preamble" / "sentinel bit"
*
*/
uint8_t len = 0;