Fix coding style of last commit

This commit is contained in:
Mukund Sivaraman 2008-08-27 15:47:41 +00:00
parent 18d6bc7730
commit 9d35118808
1 changed files with 1 additions and 1 deletions

View File

@ -998,7 +998,7 @@ tr_httpIsValidURL( const char * url )
"<>#%<\"" /* delims */
"{}|\\^[]`"; /* unwise */
if (url == NULL)
if( url == NULL )
return FALSE;
for( c=url; c && *c; ++c )