(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

@ -341,7 +341,6 @@ tr_cryptoWeakRandInt( int upperBound )
init = TRUE;
}
val = rand( ) % upperBound;
assert( val >= 0 );
assert( val < upperBound );

View File

@ -150,7 +150,6 @@ class FileTreeView: public QTreeView
private:
FileTreeModel myModel;
FileTreeDelegate myDelegate;
};
#endif