mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-04-11 17:16:18 +00:00
Remove whitespace after star symbol for pointers
This commit is contained in:
@@ -60,7 +60,7 @@ mirror (uint8_t bt)
|
||||
}
|
||||
|
||||
void
|
||||
mirror_bytes (uint8_t * pbts, size_t szLen)
|
||||
mirror_bytes (uint8_t *pbts, size_t szLen)
|
||||
{
|
||||
size_t szByteNr;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user