Cleanup formatting

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3213 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
James Golovich
2004-06-14 22:15:21 +00:00
parent db8da85266
commit d88a461764

View File

@@ -100,7 +100,7 @@ static char reload_extensions_help[] =
/* /*
* Static code * Static code
*/ */
static char *process_quotes_and_slashes(char* start, char find, char replace_with) static char *process_quotes_and_slashes(char *start, char find, char replace_with)
{ {
char *dataPut = start; char *dataPut = start;
int inEscape = 0; int inEscape = 0;