aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-02-02 08:58:57 -0800
committerGravatar Craig Tiller <ctiller@google.com>2016-02-02 08:58:57 -0800
commit72c920f1484bb6ba3c21d8bafe012b845858ffa5 (patch)
tree9d15111cd5c3626645ed5e532bdd32775eb610e6 /src
parent2cf2389ef8243307298c2a6290af6eebaf71fcc8 (diff)
Copyright, clang-format
Diffstat (limited to 'src')
-rw-r--r--src/core/support/wrap_memcpy.c1
-rw-r--r--src/ruby/ext/grpc/extconf.rb2
2 files changed, 1 insertions, 2 deletions
diff --git a/src/core/support/wrap_memcpy.c b/src/core/support/wrap_memcpy.c
index 6cedcaf166..36b474575f 100644
--- a/src/core/support/wrap_memcpy.c
+++ b/src/core/support/wrap_memcpy.c
@@ -46,4 +46,3 @@ void *__wrap_memcpy(void *destination, const void *source, size_t num) {
return memcpy(destination, source, num);
}
#endif
-
diff --git a/src/ruby/ext/grpc/extconf.rb b/src/ruby/ext/grpc/extconf.rb
index 3d809856cc..b13dd6c76d 100644
--- a/src/ruby/ext/grpc/extconf.rb
+++ b/src/ruby/ext/grpc/extconf.rb
@@ -1,4 +1,4 @@
-# Copyright 2015, Google Inc.
+# Copyright 2015-2016, Google Inc.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without