mirror of
https://github.com/transmission/transmission.git
synced 2026-04-19 16:31:13 +01:00
(trunk) all this commit does is remove trailing whitespace from some c, c++, and javascript source
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
function Torrent( transferListParent, fileListParent, controller, data) {
|
||||
this.initialize( transferListParent, fileListParent, controller, data);
|
||||
}
|
||||
}
|
||||
|
||||
// Constants
|
||||
Torrent._StatusWaitingToCheck = 1;
|
||||
@@ -151,9 +151,9 @@ Torrent.prototype =
|
||||
},
|
||||
|
||||
/*--------------------------------------------
|
||||
*
|
||||
*
|
||||
* S E T T E R S / G E T T E R S
|
||||
*
|
||||
*
|
||||
*--------------------------------------------*/
|
||||
|
||||
/* Return the DOM element for this torrent (a <LI> element) */
|
||||
@@ -226,9 +226,9 @@ Torrent.prototype =
|
||||
},
|
||||
|
||||
/*--------------------------------------------
|
||||
*
|
||||
*
|
||||
* E V E N T F U N C T I O N S
|
||||
*
|
||||
*
|
||||
*--------------------------------------------*/
|
||||
|
||||
/*
|
||||
@@ -298,9 +298,9 @@ Torrent.prototype =
|
||||
},
|
||||
|
||||
/*--------------------------------------------
|
||||
*
|
||||
*
|
||||
* I N T E R F A C E F U N C T I O N S
|
||||
*
|
||||
*
|
||||
*--------------------------------------------*/
|
||||
|
||||
refresh: function(data) {
|
||||
|
||||
Reference in New Issue
Block a user