diff options
author | David Garcia Quintas <dgq@google.com> | 2016-01-14 15:27:08 -0800 |
---|---|---|
committer | David Garcia Quintas <dgq@google.com> | 2016-01-14 15:55:03 -0800 |
commit | 2bf574f814d6effc10908cc9a2e28bf33d3ab56f (patch) | |
tree | df53f218fb5a602d0065cb1e6c502022a08a3940 /include/grpc++/support | |
parent | f8eacca8cdcf944c5c023f85abc76344ba451dc5 (diff) |
Added back trailing newlines
Diffstat (limited to 'include/grpc++/support')
-rw-r--r-- | include/grpc++/support/byte_buffer.h | 2 | ||||
-rw-r--r-- | include/grpc++/support/slice.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/grpc++/support/byte_buffer.h b/include/grpc++/support/byte_buffer.h index 84042cbef8..82591a88ef 100644 --- a/include/grpc++/support/byte_buffer.h +++ b/include/grpc++/support/byte_buffer.h @@ -107,4 +107,4 @@ class SerializationTraits<ByteBuffer, void> { } // namespace grpc -#endif // GRPCXX_SUPPORT_BYTE_BUFFER_H
\ No newline at end of file +#endif // GRPCXX_SUPPORT_BYTE_BUFFER_H diff --git a/include/grpc++/support/slice.h b/include/grpc++/support/slice.h index 30325ef90b..724691a033 100644 --- a/include/grpc++/support/slice.h +++ b/include/grpc++/support/slice.h @@ -85,4 +85,4 @@ class Slice GRPC_FINAL { } // namespace grpc -#endif // GRPCXX_SUPPORT_SLICE_H
\ No newline at end of file +#endif // GRPCXX_SUPPORT_SLICE_H |