make style

This commit is contained in:
Anže Jenšterle
2021-02-09 16:56:55 +01:00
parent e22cb088c1
commit cd36770c5e
22 changed files with 99 additions and 99 deletions

View File

@@ -811,7 +811,7 @@ void binarraytobinstring(char *target, char *source, int length) {
*target = '\0';
}
int binstring2binarray(uint8_t* target, char *source, int length) {
int binstring2binarray(uint8_t *target, char *source, int length) {
int count = 0;
char *start = source;
while (length--) {