whitespace clean up

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7390 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Ken Rice 2008-01-27 05:50:18 +00:00
parent 0f6e3a27b3
commit e6c36df284
1 changed files with 0 additions and 4 deletions

View File

@ -69,7 +69,6 @@ typedef struct route enum_route_t;
static enum dns_class qcls = DNS_C_IN;
static struct {
char *root;
char *isn_root;
@ -215,7 +214,6 @@ static void add_result(enum_query_t * q, int order, int preference, char *servic
{
enum_record_t *new_result, *rp, *prev = NULL;
if (!(new_result = malloc(sizeof(*new_result)))) {
return;
}
@ -227,7 +225,6 @@ static void add_result(enum_query_t * q, int order, int preference, char *servic
new_result->service = strdup(service);
new_result->route = strdup(route);
if (!q->results) {
q->results = new_result;
return;
@ -646,7 +643,6 @@ SWITCH_STANDARD_APP(enum_app_function)
SWITCH_STANDARD_API(enum_function)
{
int argc = 0;
char *argv[4] = { 0 };
enum_record_t *results, *rp;