mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
(trunk) all this commit does is remove trailing whitespace from some c, c++, and javascript source
This commit is contained in:
@@ -341,7 +341,6 @@ tr_cryptoWeakRandInt( int upperBound )
|
||||
init = TRUE;
|
||||
}
|
||||
|
||||
|
||||
val = rand( ) % upperBound;
|
||||
assert( val >= 0 );
|
||||
assert( val < upperBound );
|
||||
|
||||
@@ -150,7 +150,6 @@ class FileTreeView: public QTreeView
|
||||
private:
|
||||
FileTreeModel myModel;
|
||||
FileTreeDelegate myDelegate;
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user