line it up

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9362 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2008-08-24 18:17:53 +00:00
parent cbef00ce1f
commit 24d4819b50
1 changed files with 2 additions and 2 deletions

View File

@ -215,8 +215,8 @@ static char vm_pref_sql[] =
" username VARCHAR(255),\n"
" domain VARCHAR(255),\n"
" name_path VARCHAR(255),\n"
" greeting_path VARCHAR(255),\n"
" password VARCHAR(255)\n"
" greeting_path VARCHAR(255),\n"
" password VARCHAR(255)\n"
");\n";
static switch_status_t load_config(void)