mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
remove spurious spaces & tabs at end of lines
This commit is contained in:
parent
edc19f202a
commit
60f292b18e
249 changed files with 8481 additions and 8481 deletions
|
@ -811,7 +811,7 @@ int mbynam(model_t *dest, const char *key) {
|
|||
|
||||
if (!aliases->name)
|
||||
return(-1);
|
||||
|
||||
|
||||
ukey = calloc((size_t) 1 + strlen(key) + 1, sizeof(char));
|
||||
if (!ukey) {
|
||||
uerror("[!] cannot allocate memory for comparison string");
|
||||
|
@ -863,7 +863,7 @@ char * mnames(void) {
|
|||
++aptr;
|
||||
}
|
||||
if (!size) return(NULL);
|
||||
|
||||
|
||||
string = calloc(size, sizeof(char));
|
||||
if (string) {
|
||||
aptr = aliases;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue