Whitespace cleanup to previous commit

This commit is contained in:
Travis Cross 2013-06-07 06:59:38 +00:00
parent e7fa70416d
commit 46f4709ee6
1 changed files with 1 additions and 1 deletions

View File

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