add newline to the end of generated files

pull/1519/head
Jan Tattermusch 10 years ago
parent eb5a312a9b
commit cd7e3137da
  1. 2
      src/compiler/csharp_generator.cc
  2. 2
      src/csharp/Grpc.Examples/MathGrpc.cs
  3. 2
      src/csharp/Grpc.IntegrationTesting/TestGrpc.cs

@ -489,7 +489,7 @@ grpc::string GetServices(const FileDescriptor *file) {
}
out.Outdent();
out.Print("}\n");
out.Print("#endregion");
out.Print("#endregion\n");
return output;
}

@ -119,4 +119,4 @@ namespace math {
}
}
}
#endregion
#endregion

@ -156,4 +156,4 @@ namespace grpc.testing {
}
}
}
#endregion
#endregion

Loading…
Cancel
Save