remove spurious spaces & tabs at end of lines

This commit is contained in:
Philippe Teuwen 2019-03-09 08:59:13 +01:00
commit 60f292b18e
249 changed files with 8481 additions and 8481 deletions

View file

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