[Pkg-javascript-commits] [node-ain2] 75/102: removing whitespaces
Jonas Smedegaard
js at moszumanska.debian.org
Tue Apr 29 11:59:51 UTC 2014
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository node-ain2.
commit ffbc275fcb15e5abf780f214844f682eead2122c
Author: Patrick Huesler <patrick.huesler at gmail.com>
Date: Sat Nov 24 17:43:55 2012 +0100
removing whitespaces
---
index.js | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/index.js b/index.js
index 2c62242..f28bf2f 100644
--- a/index.js
+++ b/index.js
@@ -35,7 +35,7 @@ var Transport = {
case 'Linux':
logTarget = '/dev/log' ;
- break ;
+ break ;
default:
logTarget = false ;
break ;
@@ -183,7 +183,7 @@ SysLogger.prototype.set = function(config) {
} else {
this.setTransport(config.transport) ;
}
-
+
return this;
};
@@ -201,7 +201,7 @@ SysLogger.prototype.setTag = function(tag) {
};
SysLogger.prototype.setFacility = function(facility) {
this.facility = facility || Facility.user;
- if (typeof this.facility == 'string'){
+ if (typeof this.facility == 'string'){
this.facility = Facility[this.facility];
}
return this;
@@ -285,7 +285,7 @@ SysLogger.prototype.debug = function() {
*/
SysLogger.prototype.composeSyslogMessage = function(message, severity) {
return new Buffer('<' + (this.facility * 8 + severity) + '>' +
- this.getDate() + ' ' + this.hostname + ' ' +
+ this.getDate() + ' ' + this.hostname + ' ' +
this.tag + '[' + process.pid + ']:' + message);
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-ain2.git
More information about the Pkg-javascript-commits
mailing list