follow the convention ftw

This commit is contained in:
Mitchell Livingston 2010-12-23 02:39:03 +00:00
parent 8c4f3549c7
commit cf6866b7e8
1 changed files with 1 additions and 1 deletions

View File

@ -1584,7 +1584,7 @@ ensureAtomExists( Torrent * t,
}
else
{
if (from < a->fromBest)
if( from < a->fromBest )
a->fromBest = from;
if( a->seedProbability == -1 )