summaryrefslogtreecommitdiff
path: root/src/tty_wrap.cc
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2011-11-04 16:06:48 +0100
committerBert Belder <bertbelder@gmail.com>2011-11-04 16:24:34 +0100
commit189dd8f8034213d476e79845ad43563eb934fcf9 (patch)
treefe94b496de9434ec416dc83462ad3ac43c808682 /src/tty_wrap.cc
parent358f0ce96ba1147d0b382216af800e53682c5ff4 (diff)
downloadandroid-node-v8-189dd8f8034213d476e79845ad43563eb934fcf9.tar.gz
android-node-v8-189dd8f8034213d476e79845ad43563eb934fcf9.tar.bz2
android-node-v8-189dd8f8034213d476e79845ad43563eb934fcf9.zip
Fix line endings and trailing whitespace
Diffstat (limited to 'src/tty_wrap.cc')
-rw-r--r--src/tty_wrap.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tty_wrap.cc b/src/tty_wrap.cc
index 5359d7c377..6185c80c96 100644
--- a/src/tty_wrap.cc
+++ b/src/tty_wrap.cc
@@ -116,7 +116,7 @@ class TTYWrap : StreamWrap {
static Handle<Value> GetWindowSize(const Arguments& args) {
HandleScope scope;
-
+
UNWRAP
int width, height;