whitespace cleanup

This commit is contained in:
Solomon Peachy 2015-06-14 15:28:20 -04:00
parent e373d06760
commit dc86a3a345
1 changed files with 2 additions and 2 deletions

View File

@ -1170,9 +1170,9 @@ static int dnpds40_get_info(struct dnpds40_ctx *ctx)
INFO("Report Serial Number in USB descriptor: '%s'\n", (char*)resp);
free(resp);
free(resp);
}
return CUPS_BACKEND_OK;
}