Remove whitespace after star symbol for pointers

This commit is contained in:
Audrey Diacre
2011-11-25 15:21:10 +00:00
parent 5a9a778879
commit 52bc5853d8
31 changed files with 199 additions and 199 deletions

View File

@@ -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;