aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-02-18 09:25:21 -0800
committerGravatar Craig Tiller <ctiller@google.com>2015-02-18 09:25:21 -0800
commitce5021b0b9f3d99f606ddf82b56f86077c5adc5a (patch)
tree06e9419cad5b564368a43c3358ba102cc1f4450c /src/node
parentfa61eade82e6ea9157717cb8366cefd41b34b920 (diff)
Add missing new-lines at end of file
Diffstat (limited to 'src/node')
-rw-r--r--src/node/examples/math.proto6
-rw-r--r--src/node/examples/math_server.js2
-rw-r--r--src/node/examples/stock.proto2
-rw-r--r--src/node/index.js2
-rw-r--r--src/node/interop/empty.proto6
-rw-r--r--src/node/interop/interop_client.js2
-rw-r--r--src/node/interop/interop_server.js2
-rw-r--r--src/node/interop/messages.proto6
-rw-r--r--src/node/interop/test.proto6
-rw-r--r--src/node/src/common.js2
-rw-r--r--src/node/test/channel_test.js2
-rw-r--r--src/node/test/constant_test.js2
-rw-r--r--src/node/test/end_to_end_test.js2
-rw-r--r--src/node/test/interop_sanity_test.js2
-rw-r--r--src/node/test/math_client_test.js2
-rw-r--r--src/node/test/surface_test.js2
16 files changed, 24 insertions, 24 deletions
diff --git a/src/node/examples/math.proto b/src/node/examples/math.proto
index 2cf6a036aa..e34ad5e967 100644
--- a/src/node/examples/math.proto
+++ b/src/node/examples/math.proto
@@ -1,11 +1,11 @@
// Copyright 2015, Google Inc.
// All rights reserved.
-//
+//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
-//
+//
// * Redistributions of source code must retain the above copyright
// notice, this list of conditions and the following disclaimer.
// * Redistributions in binary form must reproduce the above
@@ -15,7 +15,7 @@
// * Neither the name of Google Inc. nor the names of its
// contributors may be used to endorse or promote products derived from
// this software without specific prior written permission.
-//
+//
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
diff --git a/src/node/examples/math_server.js b/src/node/examples/math_server.js
index 42728d0bd9..89bc0de3ba 100644
--- a/src/node/examples/math_server.js
+++ b/src/node/examples/math_server.js
@@ -135,4 +135,4 @@ if (require.main === module) {
/**
* See docs for server
*/
-module.exports = server; \ No newline at end of file
+module.exports = server;
diff --git a/src/node/examples/stock.proto b/src/node/examples/stock.proto
index 2bc5c29d17..328e050aef 100644
--- a/src/node/examples/stock.proto
+++ b/src/node/examples/stock.proto
@@ -59,4 +59,4 @@ service Stock {
rpc GetHighestTradePrice(stream StockRequest) returns (StockReply) {
}
-} \ No newline at end of file
+}
diff --git a/src/node/index.js b/src/node/index.js
index 167be3a7d0..fe1fb1d399 100644
--- a/src/node/index.js
+++ b/src/node/index.js
@@ -105,4 +105,4 @@ exports.Credentials = grpc.Credentials;
/**
* ServerCredentials factories
*/
-exports.ServerCredentials = grpc.ServerCredentials; \ No newline at end of file
+exports.ServerCredentials = grpc.ServerCredentials;
diff --git a/src/node/interop/empty.proto b/src/node/interop/empty.proto
index 98fc3a3907..f66a108c19 100644
--- a/src/node/interop/empty.proto
+++ b/src/node/interop/empty.proto
@@ -1,11 +1,11 @@
// Copyright 2015, Google Inc.
// All rights reserved.
-//
+//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
-//
+//
// * Redistributions of source code must retain the above copyright
// notice, this list of conditions and the following disclaimer.
// * Redistributions in binary form must reproduce the above
@@ -15,7 +15,7 @@
// * Neither the name of Google Inc. nor the names of its
// contributors may be used to endorse or promote products derived from
// this software without specific prior written permission.
-//
+//
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
diff --git a/src/node/interop/interop_client.js b/src/node/interop/interop_client.js
index 4efc9667da..d00724b247 100644
--- a/src/node/interop/interop_client.js
+++ b/src/node/interop/interop_client.js
@@ -310,4 +310,4 @@ if (require.main === module) {
/**
* See docs for runTest
*/
-exports.runTest = runTest; \ No newline at end of file
+exports.runTest = runTest;
diff --git a/src/node/interop/interop_server.js b/src/node/interop/interop_server.js
index 2c9cf04cdb..c97d234455 100644
--- a/src/node/interop/interop_server.js
+++ b/src/node/interop/interop_server.js
@@ -201,4 +201,4 @@ if (require.main === module) {
/**
* See docs for getServer
*/
-exports.getServer = getServer; \ No newline at end of file
+exports.getServer = getServer;
diff --git a/src/node/interop/messages.proto b/src/node/interop/messages.proto
index f53d99ab5b..eb6526463d 100644
--- a/src/node/interop/messages.proto
+++ b/src/node/interop/messages.proto
@@ -1,11 +1,11 @@
// Copyright 2015, Google Inc.
// All rights reserved.
-//
+//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
-//
+//
// * Redistributions of source code must retain the above copyright
// notice, this list of conditions and the following disclaimer.
// * Redistributions in binary form must reproduce the above
@@ -15,7 +15,7 @@
// * Neither the name of Google Inc. nor the names of its
// contributors may be used to endorse or promote products derived from
// this software without specific prior written permission.
-//
+//
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
diff --git a/src/node/interop/test.proto b/src/node/interop/test.proto
index c2437630b7..927a3a83aa 100644
--- a/src/node/interop/test.proto
+++ b/src/node/interop/test.proto
@@ -1,11 +1,11 @@
// Copyright 2015, Google Inc.
// All rights reserved.
-//
+//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
-//
+//
// * Redistributions of source code must retain the above copyright
// notice, this list of conditions and the following disclaimer.
// * Redistributions in binary form must reproduce the above
@@ -15,7 +15,7 @@
// * Neither the name of Google Inc. nor the names of its
// contributors may be used to endorse or promote products derived from
// this software without specific prior written permission.
-//
+//
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
diff --git a/src/node/src/common.js b/src/node/src/common.js
index c5b836231a..848c96742d 100644
--- a/src/node/src/common.js
+++ b/src/node/src/common.js
@@ -125,4 +125,4 @@ exports.fullyQualifiedName = fullyQualifiedName;
/**
* See docs for wrapIgnoreNull
*/
-exports.wrapIgnoreNull = wrapIgnoreNull; \ No newline at end of file
+exports.wrapIgnoreNull = wrapIgnoreNull;
diff --git a/src/node/test/channel_test.js b/src/node/test/channel_test.js
index 77708d163e..449a8cc4c3 100644
--- a/src/node/test/channel_test.js
+++ b/src/node/test/channel_test.js
@@ -85,4 +85,4 @@ describe('channel', function() {
});
});
});
-}); \ No newline at end of file
+});
diff --git a/src/node/test/constant_test.js b/src/node/test/constant_test.js
index 0affa403c8..4a403868c7 100644
--- a/src/node/test/constant_test.js
+++ b/src/node/test/constant_test.js
@@ -89,4 +89,4 @@ describe('constants', function() {
'call error missing: ' + callErrorNames[i]);
}
});
-}); \ No newline at end of file
+});
diff --git a/src/node/test/end_to_end_test.js b/src/node/test/end_to_end_test.js
index 4fd6d8d2d0..8e99d6f162 100644
--- a/src/node/test/end_to_end_test.js
+++ b/src/node/test/end_to_end_test.js
@@ -233,4 +233,4 @@ describe('end-to-end', function() {
});
});
});
-}); \ No newline at end of file
+});
diff --git a/src/node/test/interop_sanity_test.js b/src/node/test/interop_sanity_test.js
index 92e87b5d64..16def1fa70 100644
--- a/src/node/test/interop_sanity_test.js
+++ b/src/node/test/interop_sanity_test.js
@@ -79,4 +79,4 @@ describe('Interop tests', function() {
interop_client.runTest(port, name_override, 'cancel_after_first_response',
true, done);
});
-}); \ No newline at end of file
+});
diff --git a/src/node/test/math_client_test.js b/src/node/test/math_client_test.js
index 97b95377fb..fd946e0325 100644
--- a/src/node/test/math_client_test.js
+++ b/src/node/test/math_client_test.js
@@ -113,4 +113,4 @@ describe('Math client', function() {
done();
});
});
-}); \ No newline at end of file
+});
diff --git a/src/node/test/surface_test.js b/src/node/test/surface_test.js
index e6a63b1ed7..d6694724e5 100644
--- a/src/node/test/surface_test.js
+++ b/src/node/test/surface_test.js
@@ -125,4 +125,4 @@ describe('Cancelling surface client', function() {
});
call.cancel();
});
-}); \ No newline at end of file
+});