[Freeswitch-svn] [commit] r11072 - freeswitch/trunk/src/mod/applications/mod_easyroute

FreeSWITCH SVN silik0n at freeswitch.org
Tue Jan 13 15:18:01 PST 2009


Author: silik0n
Date: Tue Jan 13 18:18:00 2009
New Revision: 11072

Log:
clean up a little more

Modified:
   freeswitch/trunk/src/mod/applications/mod_easyroute/mod_easyroute.c

Modified: freeswitch/trunk/src/mod/applications/mod_easyroute/mod_easyroute.c
==============================================================================
--- freeswitch/trunk/src/mod/applications/mod_easyroute/mod_easyroute.c	(original)
+++ freeswitch/trunk/src/mod/applications/mod_easyroute/mod_easyroute.c	Tue Jan 13 18:18:00 2009
@@ -44,11 +44,11 @@
 
 typedef struct easyroute_results{
 	char	limit[16];
-        char	destnum[16];
-        char	dialstring[256];
-        char	group[16];
+	char	destnum[16];
+	char	dialstring[256];
+	char	group[16];
 	char	acctcode[17];
-        char	translated[17];
+	char	translated[17];
 } easyroute_results_t;
 
 
@@ -170,7 +170,7 @@
 		if (switch_odbc_handle_exec(globals.master_odbc, "select count(*) from gateways", NULL) != SWITCH_STATUS_SUCCESS) {
 			switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_CRIT, "Cannot find  SQL Database! (Where\'s the gateways table\?\?)\n");
 		}
-    	} else {
+	} else {
 #endif
 		switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_CRIT, "Cannot Open ODBC Connection (did you enable it?!)\n");
 #ifdef SWITCH_HAVE_ODBC



More information about the Freeswitch-svn mailing list