(trunk) all this commit does is remove trailing whitespace from some c, c++, and javascript source

This commit is contained in:
Charles Kerr
2009-08-12 14:40:32 +00:00
parent 6f547956a4
commit bf1a544939
27 changed files with 96 additions and 98 deletions

View File

@@ -1435,7 +1435,7 @@ tr_bencDictChild( tr_benc * dict, size_t n, const char ** key, tr_benc ** val )
return success;
}
void
void
tr_bencMergeDicts( tr_benc * target, const tr_benc * source )
{
size_t i;