mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-22 03:12:43 +00:00
whitespace clean up
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7390 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
0f6e3a27b3
commit
e6c36df284
@ -69,7 +69,6 @@ typedef struct route enum_route_t;
|
|||||||
|
|
||||||
static enum dns_class qcls = DNS_C_IN;
|
static enum dns_class qcls = DNS_C_IN;
|
||||||
|
|
||||||
|
|
||||||
static struct {
|
static struct {
|
||||||
char *root;
|
char *root;
|
||||||
char *isn_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;
|
enum_record_t *new_result, *rp, *prev = NULL;
|
||||||
|
|
||||||
|
|
||||||
if (!(new_result = malloc(sizeof(*new_result)))) {
|
if (!(new_result = malloc(sizeof(*new_result)))) {
|
||||||
return;
|
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->service = strdup(service);
|
||||||
new_result->route = strdup(route);
|
new_result->route = strdup(route);
|
||||||
|
|
||||||
|
|
||||||
if (!q->results) {
|
if (!q->results) {
|
||||||
q->results = new_result;
|
q->results = new_result;
|
||||||
return;
|
return;
|
||||||
@ -646,7 +643,6 @@ SWITCH_STANDARD_APP(enum_app_function)
|
|||||||
|
|
||||||
SWITCH_STANDARD_API(enum_function)
|
SWITCH_STANDARD_API(enum_function)
|
||||||
{
|
{
|
||||||
|
|
||||||
int argc = 0;
|
int argc = 0;
|
||||||
char *argv[4] = { 0 };
|
char *argv[4] = { 0 };
|
||||||
enum_record_t *results, *rp;
|
enum_record_t *results, *rp;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user