summaryrefslogtreecommitdiff
path: root/src/node.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/node.cc')
-rw-r--r--src/node.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node.cc b/src/node.cc
index a68776228b..5aa37120da 100644
--- a/src/node.cc
+++ b/src/node.cc
@@ -1166,7 +1166,7 @@ static Handle<Value> SetGid(const Arguments& args) {
}
int gid;
-
+
if (args[0]->IsNumber()) {
gid = args[0]->Int32Value();
} else if (args[0]->IsString()) {