aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2015-05-07 15:10:23 -0700
committerGravatar Jan Tattermusch <jtattermusch@google.com>2015-05-07 15:10:23 -0700
commitcd7e3137da7e3304e86063bcc680eedea57e761c (patch)
tree26e9f86b543cf02e0c1d01368a435a8e4b3c795e
parenteb5a312a9b98b71bfa7438d96860c1c0f7a378da (diff)
add newline to the end of generated files
-rw-r--r--src/compiler/csharp_generator.cc2
-rw-r--r--src/csharp/Grpc.Examples/MathGrpc.cs2
-rw-r--r--src/csharp/Grpc.IntegrationTesting/TestGrpc.cs2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/compiler/csharp_generator.cc b/src/compiler/csharp_generator.cc
index cc8f5bda71..b139c06014 100644
--- a/src/compiler/csharp_generator.cc
+++ b/src/compiler/csharp_generator.cc
@@ -489,7 +489,7 @@ grpc::string GetServices(const FileDescriptor *file) {
}
out.Outdent();
out.Print("}\n");
- out.Print("#endregion");
+ out.Print("#endregion\n");
return output;
}
diff --git a/src/csharp/Grpc.Examples/MathGrpc.cs b/src/csharp/Grpc.Examples/MathGrpc.cs
index db680c3da9..2546fd220d 100644
--- a/src/csharp/Grpc.Examples/MathGrpc.cs
+++ b/src/csharp/Grpc.Examples/MathGrpc.cs
@@ -119,4 +119,4 @@ namespace math {
}
}
}
-#endregion \ No newline at end of file
+#endregion
diff --git a/src/csharp/Grpc.IntegrationTesting/TestGrpc.cs b/src/csharp/Grpc.IntegrationTesting/TestGrpc.cs
index f232bdc4da..679aafb57a 100644
--- a/src/csharp/Grpc.IntegrationTesting/TestGrpc.cs
+++ b/src/csharp/Grpc.IntegrationTesting/TestGrpc.cs
@@ -156,4 +156,4 @@ namespace grpc.testing {
}
}
}
-#endregion \ No newline at end of file
+#endregion