Whitespace cleanup to previous commit
This commit is contained in:
parent
80013452dc
commit
0367a6ffa0
|
@ -315,7 +315,7 @@ static void parse_naptr(const ldns_rr *naptr, const char *number, enum_record_t
|
|||
if (zstr(str)) {
|
||||
if (str != NULL) {
|
||||
/* In this case ldns_rr2str returned a malloc'd null terminated string */
|
||||
switch_safe_free(str);
|
||||
switch_safe_free(str);
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue