fix spacing in tput.js.

This commit is contained in:
Christopher Jeffrey 2013-12-04 06:34:17 -06:00
parent 647b8e1fef
commit 6a393f5a32
1 changed files with 3 additions and 3 deletions

View File

@ -2080,15 +2080,15 @@ Tput.prototype.detectPCRomSet = function(info) {
};
Tput.prototype.detectMagicCookie = function(info) {
return process.env.NCURSES_NO_MAGIC_COOKIE == null;
return process.env.NCURSES_NO_MAGIC_COOKIE == null;
};
Tput.prototype.detectPadding = function(info) {
return process.env.NCURSES_NO_PADDING == null;
return process.env.NCURSES_NO_PADDING == null;
};
Tput.prototype.detectSetbuf = function(info) {
return process.env.NCURSES_NO_SETBUF == null;
return process.env.NCURSES_NO_SETBUF == null;
};
Tput.prototype.parseACS = function(info) {