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:
parent
8c4f3549c7
commit
cf6866b7e8
1 changed files with 1 additions and 1 deletions
|
@ -1584,7 +1584,7 @@ ensureAtomExists( Torrent * t,
|
|||
}
|
||||
else
|
||||
{
|
||||
if (from < a->fromBest)
|
||||
if( from < a->fromBest )
|
||||
a->fromBest = from;
|
||||
|
||||
if( a->seedProbability == -1 )
|
||||
|
|
Loading…
Reference in a new issue