mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-04 02:04:14 +01:00
Delete horrible trailing whitespace.
This commit is contained in:
@@ -136,7 +136,7 @@ PerfTracer.prototype = {
|
||||
*
|
||||
* @param {string} path
|
||||
* Path of memory reporter (e.g. PATH_MAPPED)
|
||||
* @returns Memory value from requested reporter, MEMORY_UNAVAILABLE if
|
||||
* @returns Memory value from requested reporter, MEMORY_UNAVAILABLE if
|
||||
* not found
|
||||
* @type {number}
|
||||
*/
|
||||
@@ -181,7 +181,7 @@ PerfTracer.prototype = {
|
||||
finish : function PerfTracer_finish() {
|
||||
// Title
|
||||
var title = "Performance Trace (" + this._name + ")";
|
||||
|
||||
|
||||
// Separator
|
||||
var sep = "";
|
||||
for(var i = 0; i < title.length; i++) {
|
||||
|
||||
Reference in New Issue
Block a user