1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-25 09:13:06 +00:00

follow the convention ftw

This commit is contained in:
Mitchell Livingston 2010-12-23 02:39:03 +00:00
parent 8c4f3549c7
commit cf6866b7e8

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 )